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

  /external/jpeg/
jcprepct.c 61 JDIMENSION rows_to_go; /* counts rows remaining in source image */ member in struct:__anon6941
86 prep->rows_to_go = cinfo->image_height;
151 prep->rows_to_go -= numrows;
153 if (prep->rows_to_go == 0 &&
172 if (prep->rows_to_go == 0 &&
217 if (prep->rows_to_go == cinfo->image_height) {
229 prep->rows_to_go -= numrows;
232 if (prep->rows_to_go != 0)
jdsample.c 49 JDIMENSION rows_to_go; /* counts rows remaining in image */ member in struct:__anon6964
76 upsample->rows_to_go = cinfo->output_height;
121 if (num_rows > upsample->rows_to_go)
122 num_rows = upsample->rows_to_go;
135 upsample->rows_to_go -= num_rows;
jdmerge.c 85 JDIMENSION rows_to_go; /* counts rows remaining in image */ member in struct:__anon6960
151 upsample->rows_to_go = cinfo->output_height;
189 if (num_rows > upsample->rows_to_go)
190 num_rows = upsample->rows_to_go;
209 upsample->rows_to_go -= num_rows;

Completed in 89 milliseconds