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

  /external/chromium_org/third_party/libjpeg_turbo/
rdtarga.c 68 int dup_pixel_count; /* # of times to duplicate previous pixel */ member in struct:_tga_source_struct
143 if (sinfo->dup_pixel_count > 0) {
144 sinfo->dup_pixel_count--;
152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
372 source->block_count = source->dup_pixel_count = 0;
  /external/jpeg/
rdtarga.c 68 int dup_pixel_count; /* # of times to duplicate previous pixel */ member in struct:_tga_source_struct
143 if (sinfo->dup_pixel_count > 0) {
144 sinfo->dup_pixel_count--;
152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
372 source->block_count = source->dup_pixel_count = 0;
  /external/qemu/distrib/jpeg-6b/
rdtarga.c 68 int dup_pixel_count; /* # of times to duplicate previous pixel */ member in struct:_tga_source_struct
143 if (sinfo->dup_pixel_count > 0) {
144 sinfo->dup_pixel_count--;
152 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */
372 source->block_count = source->dup_pixel_count = 0;

Completed in 157 milliseconds