Searched refs:numrows (Results 1 – 5 of 5) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jcprepct.c | 135 int numrows, ci; in pre_process_data() local 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() 204 int numrows, ci; in pre_process_context() local 213 numrows = (int) MIN((JDIMENSION) numrows, inrows); in pre_process_context() 217 numrows); in pre_process_context() 229 *in_row_ctr += numrows; in pre_process_context() [all …]
|
A D | jmemmgr.c | 411 if (ltemp < (long) numrows) in alloc_sarray() 414 rowsperchunk = numrows; in alloc_sarray() 419 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray() 423 while (currow < numrows) { in alloc_sarray() 445 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument 459 if (ltemp < (long) numrows) in alloc_barray() 462 rowsperchunk = numrows; in alloc_barray() 467 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray() 471 while (currow < numrows) { in alloc_barray() 541 result->rows_in_array = numrows; in request_virt_sarray() [all …]
|
A D | jpeglib.h | 823 JDIMENSION numrows)); 826 JDIMENSION numrows)); 831 JDIMENSION numrows, 837 JDIMENSION numrows,
|
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/ |
A D | jpeglib.h | 823 JDIMENSION numrows)); 826 JDIMENSION numrows)); 831 JDIMENSION numrows, 837 JDIMENSION numrows,
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/ |
A D | tif_jpeg.c | 427 JDIMENSION samplesperrow, JDIMENSION numrows) in TIFFjpeg_alloc_sarray() argument 431 (&sp->cinfo.comm, pool_id, samplesperrow, numrows)); in TIFFjpeg_alloc_sarray()
|
Completed in 24 milliseconds