HomeSort by relevance Sort by last modified time
    Searched refs:minheights (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmemmgr.c 621 size_t minheights, max_minheights; local
656 * height; otherwise parcel it out with the same number of minheights
674 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
675 if (minheights <= max_minheights) {
698 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
699 if (minheights <= max_minheights) {
    [all...]
  /external/jpeg/
jmemmgr.c 588 long minheights, max_minheights; local
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) {
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jmemmgr.c 591 long minheights, max_minheights; local
626 * height; otherwise parcel it out with the same number of minheights
644 minheights = ((long) sptr->rows_in_array - 1L) / sptr->maxaccess + 1L;
645 if (minheights <= max_minheights) {
668 minheights = ((long) bptr->rows_in_array - 1L) / bptr->maxaccess + 1L;
669 if (minheights <= max_minheights) {
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemmgr.c 588 long minheights, max_minheights; local
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) {
    [all...]

Completed in 716 milliseconds