Home | History | Annotate | Download | only in jpeg

Lines Matching full:minheights

588   long minheights, max_minheights;
623 * height; otherwise parcel it out with the same number of minheights
641 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
642 if (minheights <= max_minheights) {
665 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
666 if (minheights <= max_minheights) {