Searched refs:rowsperchunk (Results 1 - 3 of 3) sorted by relevance

/external/libjpeg-turbo/
H A Djmemmgr.c159 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_sarray_control
175 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_barray_control
408 * this chunking of rows. The rowsperchunk value is left in the mem manager
425 JDIMENSION rowsperchunk, currow, i; local
439 rowsperchunk = (JDIMENSION) ltemp;
441 rowsperchunk = numrows;
442 mem->last_rowsperchunk = rowsperchunk;
451 rowsperchunk = MIN(rowsperchunk, numrows - currow);
453 (size_t) ((size_t) rowsperchunk * (size_
478 JDIMENSION rowsperchunk, currow, i; local
[all...]
/external/opencv3/3rdparty/libjpeg/
H A Djmemmgr.c157 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_sarray_control
173 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_barray_control
390 * this chunking of rows. The rowsperchunk value is left in the mem manager
403 JDIMENSION rowsperchunk, currow, i; local
412 rowsperchunk = (JDIMENSION) ltemp;
414 rowsperchunk = numrows;
415 mem->last_rowsperchunk = rowsperchunk;
424 rowsperchunk = MIN(rowsperchunk, numrows - currow);
426 (size_t) ((size_t) rowsperchunk * (size_
451 JDIMENSION rowsperchunk, currow, i; local
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemmgr.c158 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_sarray_control
174 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member in struct:jvirt_barray_control
391 * this chunking of rows. The rowsperchunk value is left in the mem manager
404 JDIMENSION rowsperchunk, currow, i; local
413 rowsperchunk = (JDIMENSION) ltemp;
415 rowsperchunk = numrows;
416 mem->last_rowsperchunk = rowsperchunk;
425 rowsperchunk = MIN(rowsperchunk, numrows - currow);
427 (size_t) ((size_t) rowsperchunk * (size_
452 JDIMENSION rowsperchunk, currow, i; local
[all...]

Completed in 98 milliseconds