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

/external/libjpeg-turbo/
H A Djmemmgr.c620 size_t minheights, max_minheights; local
655 * height; otherwise parcel it out with the same number of minheights
673 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
674 if (minheights <= max_minheights) {
697 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
698 if (minheights <= max_minheights) {
/external/opencv3/3rdparty/libjpeg/
H A Djmemmgr.c589 long minheights, max_minheights; local
624 * height; otherwise parcel it out with the same number of minheights
642 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
643 if (minheights <= max_minheights) {
666 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
667 if (minheights <= max_minheights) {
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jmemmgr.c590 long minheights, max_minheights; local
625 * height; otherwise parcel it out with the same number of minheights
643 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
644 if (minheights <= max_minheights) {
667 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
668 if (minheights <= max_minheights) {

Completed in 75 milliseconds