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

/external/jpeg/
H A Drdtarga.c68 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 48 milliseconds