Searched defs:rows_left (Results 1 - 10 of 10) sorted by relevance

/external/libjpeg-turbo/
H A Djcapistd.c80 JDIMENSION row_ctr, rows_left; local
103 rows_left = cinfo->image_height - cinfo->next_scanline;
104 if (num_lines > rows_left)
105 num_lines = rows_left;
H A Djdmainct.c215 int ci, i, rgroup, iMCUheight, rows_left; local
225 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
226 if (rows_left == 0) rows_left = iMCUheight;
231 main_ptr->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1);
238 xbuf[rows_left + i] = xbuf[rows_left-1];
H A Djdapistd.c328 JDIMENSION rows_left; local
337 rows_left = rows % cinfo->max_v_samp_factor;
338 cinfo->output_scanline += rows - rows_left;
340 read_and_discard_scanlines(cinfo, rows_left);
/external/opencv3/3rdparty/libjpeg/
H A Djcapistd.c80 JDIMENSION row_ctr, rows_left; local
103 rows_left = cinfo->image_height - cinfo->next_scanline;
104 if (num_lines > rows_left)
105 num_lines = rows_left;
H A Djdmainct.c274 int ci, i, rgroup, iMCUheight, rows_left; local
284 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
285 if (rows_left == 0) rows_left = iMCUheight;
290 mainp->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1);
297 xbuf[rows_left + i] = xbuf[rows_left-1];
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jcapistd.c80 JDIMENSION row_ctr, rows_left; local
103 rows_left = cinfo->image_height - cinfo->next_scanline;
104 if (num_lines > rows_left)
105 num_lines = rows_left;
H A Dfpdfapi_jdmainct.c273 int ci, i, rgroup, iMCUheight, rows_left; local
283 rows_left = (int) (compptr->downsampled_height % (JDIMENSION) iMCUheight);
284 if (rows_left == 0) rows_left = iMCUheight;
289 main->rowgroups_avail = (JDIMENSION) ((rows_left-1) / rgroup + 1);
296 xbuf[rows_left + i] = xbuf[rows_left-1];
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c1497 int rows_left, int cols_left,
1499 if (rows_left <= 0 || cols_left <= 0) {
1505 if ((*bh <= rows_left) && (*bw <= cols_left)) {
1496 find_partition_size(BLOCK_SIZE bsize, int rows_left, int cols_left, int *bh, int *bw) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 199 milliseconds