/external/chromium_org/third_party/libjpeg_turbo/ |
jdpostct.c | 36 JDIMENSION strip_height; /* buffer size in rows */ member in struct:__anon17375 89 (JDIMENSION) 0, post->strip_height, TRUE); 138 if (max_rows > post->strip_height) 139 max_rows = post->strip_height; 171 post->starting_row, post->strip_height, TRUE); 178 post->buffer, &post->next_row, post->strip_height); 190 if (post->next_row >= post->strip_height) { 191 post->starting_row += post->strip_height; 215 post->starting_row, post->strip_height, FALSE); 219 num_rows = post->strip_height - post->next_row; /* available in strip * [all...] |
/external/jpeg/ |
jdpostct.c | 36 JDIMENSION strip_height; /* buffer size in rows */ member in struct:__anon6412 89 (JDIMENSION) 0, post->strip_height, TRUE); 138 if (max_rows > post->strip_height) 139 max_rows = post->strip_height; 171 post->starting_row, post->strip_height, TRUE); 178 post->buffer, &post->next_row, post->strip_height); 190 if (post->next_row >= post->strip_height) { 191 post->starting_row += post->strip_height; 215 post->starting_row, post->strip_height, FALSE); 219 num_rows = post->strip_height - post->next_row; /* available in strip * [all...] |
/external/pdfium/core/src/fxcodec/libjpeg/ |
fpdfapi_jdpostct.c | 37 JDIMENSION strip_height; /* buffer size in rows */
member in struct:__anon12442 90 (JDIMENSION) 0, post->strip_height, TRUE);
139 if (max_rows > post->strip_height)
140 max_rows = post->strip_height;
172 post->starting_row, post->strip_height, TRUE);
179 post->buffer, &post->next_row, post->strip_height);
191 if (post->next_row >= post->strip_height) {
192 post->starting_row += post->strip_height;
216 post->starting_row, post->strip_height, FALSE);
220 num_rows = post->strip_height - post->next_row; /* available in strip */ [all...] |
/external/qemu/distrib/jpeg-6b/ |
jdpostct.c | 36 JDIMENSION strip_height; /* buffer size in rows */ member in struct:__anon12996 89 (JDIMENSION) 0, post->strip_height, TRUE); 138 if (max_rows > post->strip_height) 139 max_rows = post->strip_height; 171 post->starting_row, post->strip_height, TRUE); 178 post->buffer, &post->next_row, post->strip_height); 190 if (post->next_row >= post->strip_height) { 191 post->starting_row += post->strip_height; 215 post->starting_row, post->strip_height, FALSE); 219 num_rows = post->strip_height - post->next_row; /* available in strip * [all...] |