Searched refs:numrows (Results 1 – 8 of 8) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | jcprepct.c | 135 int numrows, ci; in pre_process_data() local 143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data() 144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data() 148 numrows); in pre_process_data() 149 *in_row_ctr += numrows; in pre_process_data() 150 prep->next_buf_row += numrows; in pre_process_data() 151 prep->rows_to_go -= numrows; in pre_process_data() 202 int numrows, ci; in pre_process_context() local 210 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context() 211 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_context() [all …]
|
D | jmemmgr.c | 396 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument 410 if (ltemp < (long) numrows) in alloc_sarray() 413 rowsperchunk = numrows; in alloc_sarray() 418 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray() 422 while (currow < numrows) { in alloc_sarray() 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 444 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument 458 if (ltemp < (long) numrows) in alloc_barray() 461 rowsperchunk = numrows; in alloc_barray() 466 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray() [all …]
|
D | jpeglib.h | 828 JDIMENSION numrows)); 831 JDIMENSION numrows)); 836 JDIMENSION numrows, 842 JDIMENSION numrows,
|
/external/jpeg/ |
D | jcprepct.c | 135 int numrows, ci; in pre_process_data() local 143 numrows = cinfo->max_v_samp_factor - prep->next_buf_row; in pre_process_data() 144 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_data() 148 numrows); in pre_process_data() 149 *in_row_ctr += numrows; in pre_process_data() 150 prep->next_buf_row += numrows; in pre_process_data() 151 prep->rows_to_go -= numrows; in pre_process_data() 202 int numrows, ci; in pre_process_context() local 210 numrows = prep->next_buf_stop - prep->next_buf_row; in pre_process_context() 211 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_context() [all …]
|
D | jmemmgr.c | 396 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument 410 if (ltemp < (long) numrows) in alloc_sarray() 413 rowsperchunk = numrows; in alloc_sarray() 418 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray() 422 while (currow < numrows) { in alloc_sarray() 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 444 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument 458 if (ltemp < (long) numrows) in alloc_barray() 461 rowsperchunk = numrows; in alloc_barray() 466 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray() [all …]
|
D | jpeglib.h | 828 JDIMENSION numrows)); 831 JDIMENSION numrows)); 836 JDIMENSION numrows, 842 JDIMENSION numrows,
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | gen.c | 231 int numrows; in genecs() local 250 numrows = csize / 8; in genecs() 252 for ( j = 0; j < numrows; ++j ) in genecs() 254 for ( i = j; i < csize; i = i + numrows ) in genecs()
|
/external/libyuv/files/source/ |
D | mjpeg_decoder.cc | 258 uint8* dest, int pixels, int numrows) { in CopyRows() argument 259 for (int i = 0; i < numrows; ++i) { in CopyRows()
|