HomeSort by relevance Sort by last modified time
    Searched refs:width_mmx (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 57 * why subtract 8 from width_mmx in the pass 4/5 case?
58 * (only width_mmx case) (near line 2335)
234 * - eliminated incorrect use of width_mmx in pixel_bytes == 8 case
421 * why subtract 8 from width_mmx in the pass 4/5 case? due to
422 * odd number of bytes? (only width_mmx case) (near line 2335)
2283 int width_mmx = ((width >> 1) << 1) - 8; \/\/ GRR: huh? local
2460 int width_mmx = ((width >> 1) << 1) ; local
2512 int width_mmx = ((width >> 1) << 1); local
2566 int width_mmx = ((width >> 1) << 1); local
2629 int width_mmx = ((width >> 3) << 3); local
2679 int width_mmx = ((width >> 2) << 2); local
2730 int width_mmx = ((width >> 2) << 2); local
2814 int width_mmx = ((width >> 1) << 1) ; local
2863 int width_mmx = ((width >> 1) << 1) ; local
2916 int width_mmx = ((width >> 1) << 1); local
    [all...]
pngvcrd.c 1236 int width_mmx = ((width >> 1) << 1) - 8; local
1357 int width_mmx = ((width >> 3) << 3); local
1400 int width_mmx = ((width >> 2) << 2); local
1442 int width_mmx = ((width >> 2) << 2); local
1513 int width_mmx = ((width >> 1) << 1) ; local
1553 int width_mmx = ((width >> 1) << 1) ; local
1598 int width_mmx = ((width >> 1) << 1); local
1648 int width_mmx = ((width >> 1) << 1) ; local
1691 int width_mmx = ((width >> 1) << 1) ; local
1736 int width_mmx = ((width >> 1) << 1) ; local
    [all...]

Completed in 830 milliseconds