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

  /external/libjpeg-turbo/
jmemmgr.c 620 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) {
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jmemmgr.c 589 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) {
    [all...]
  /external/pdfium/third_party/libjpeg/
fpdfapi_jmemmgr.c 590 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) {
    [all...]

Completed in 285 milliseconds