Home | History | Annotate | Download | only in libjpeg

Lines Matching full:minheights

590   long minheights, max_minheights;
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) {