HomeSort by relevance Sort by last modified time
    Searched full:pixel_bytes (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/libpng-1.2.19/
pngvcrd.c 255 png_size_t pixel_bytes; local
260 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3);
262 pixel_bytes;
263 dstptr = row + offset_table[png_ptr->pass]*pixel_bytes;
264 initial_val = offset_table[png_ptr->pass]*pixel_bytes;
265 final_val = png_ptr->width*pixel_bytes;
266 incr1 = (disp)*pixel_bytes;
269 png_memcpy(dstptr, srcptr, pixel_bytes);
399 png_size_t pixel_bytes; local
404 pixel_bytes = (png_ptr->row_info.pixel_depth >> 3)
505 png_size_t pixel_bytes; local
787 png_size_t pixel_bytes; local
951 png_size_t pixel_bytes; local
978 png_size_t pixel_bytes; local
1213 png_size_t pixel_bytes; local
    [all...]
pngrutil.c 2987 png_size_t pixel_bytes; local
3493 png_size_t pixel_bytes = (png_ptr->row_info.pixel_depth >> 3); local
3715 png_size_t pixel_bytes = (row_info->pixel_depth >> 3); local
    [all...]
pnggccrd.c 54 * x [DONE] write MMX code for 64-bit case (pixel_bytes == 8) [not tested]
55 * - write MMX code for 48-bit case (pixel_bytes == 6)
56 * - figure out what's up with 24-bit case (pixel_bytes == 3):
59 * x [DONE] replace pixel_bytes within each block with the true
91 * - replaced pixel_bytes in each png_memcpy() call with constant value for
234 * - eliminated incorrect use of width_mmx in pixel_bytes == 8 case
418 * - test png_do_read_interlace() 64-bit case (pixel_bytes == 8)
419 * - write MMX code for 48-bit case (pixel_bytes == 6)
420 * - figure out what's up with 24-bit case (pixel_bytes == 3):
2253 png_size_t pixel_bytes; local
    [all...]
pngwutil.c 2069 png_size_t pixel_bytes; local
    [all...]
  /external/libpng/
pngrutil.c 2703 png_size_t pixel_bytes = (png_ptr->row_info.pixel_depth >> 3); local
2923 png_size_t pixel_bytes = (row_info->pixel_depth >> 3); local
    [all...]
pngwutil.c 2103 png_size_t pixel_bytes; local
    [all...]
CHANGES     [all...]

Completed in 119 milliseconds