Home
last modified time | relevance | path

Searched refs:numrows (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Djcprepct.c135 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 Djmemmgr.c411 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 Djpeglib.h823 JDIMENSION numrows));
826 JDIMENSION numrows));
831 JDIMENSION numrows,
837 JDIMENSION numrows,
/AliOS-Things-master/components/SDL2/src/image/VisualC/external/include/
A Djpeglib.h823 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 Dtif_jpeg.c427 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