Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Drdtarga.c64 int dup_pixel_count; /* # of times to duplicate previous pixel */ member
136 if (sinfo->dup_pixel_count > 0) { in read_rle_pixel()
137 sinfo->dup_pixel_count--; in read_rle_pixel()
145 sinfo->dup_pixel_count = i & 0x7F; /* number of dups after this one */ in read_rle_pixel()
375 source->block_count = source->dup_pixel_count = 0; in start_input_tga()