Searched refs:width_mmx (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dpnggccrd.c57 * why subtract 8 from width_mmx in the pass 4/5 case?
58 * (only width_mmx case) (near line 1606)
224 * - eliminated incorrect use of width_mmx in pixel_bytes == 8 case
234 * why subtract 8 from width_mmx in the pass 4/5 case?
235 * (only width_mmx case) (near line 1606)
1830 int width_mmx = ((width >> 1) << 1) - 8; /* GRR: huh? */ local
1831 if (width_mmx < 0)
1832 width_mmx = 0;
1833 width -= width_mmx; /* 8 or 9 pix, 24 or 27 bytes */
1834 if (width_mmx)
1909 int width_mmx = ((width >> 2) << 2); local
1992 int width_mmx = ((width >> 2) << 2); local
2047 int width_mmx = ((width >> 3) << 3); local
2106 int width_mmx = ((width >> 1) << 1); local
2165 int width_mmx = ((width >> 1) << 1) ; local
2222 int width_mmx = ((width >> 1) << 1) ; local
2280 int width_mmx = ((width >> 1) << 1); local
2342 int width_mmx = ((width >> 1) << 1); local
2400 int width_mmx = ((width >> 1) << 1) ; local
[all...]
H A Dpngvcrd.c1291 int width_mmx = ((width >> 1) << 1) - 8; local
1292 if (width_mmx < 0)
1293 width_mmx = 0;
1294 width -= width_mmx; /* 8 or 9 pix, 24 or 27 bytes */
1295 if (width_mmx)
1301 mov ecx, width_mmx
1327 sptr -= width_mmx*3;
1328 dp -= width_mmx*6;
1349 int width_mmx = ((width >> 2) << 2); local
1350 width -= width_mmx;
1416 int width_mmx = ((width >> 2) << 2); local
1458 int width_mmx = ((width >> 3) << 3); local
1505 int width_mmx = ((width >> 1) << 1); local
1551 int width_mmx = ((width >> 1) << 1) ; local
1596 int width_mmx = ((width >> 1) << 1) ; local
1640 int width_mmx = ((width >> 1) << 1) ; local
1689 int width_mmx = ((width >> 1) << 1) ; local
1734 int width_mmx = ((width >> 1) << 1) ; local
[all...]

Completed in 62 milliseconds