HomeSort by relevance Sort by last modified time
    Searched defs:bestdist (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jquant2.c 624 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
770 register INT32 * bptr; /* pointer into bestdist[] array */
778 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
781 bptr = bestdist;
809 bptr = bestdist;
    [all...]
  /external/jpeg/
jquant2.c 640 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
786 register INT32 * bptr; /* pointer into bestdist[] array */
794 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
797 bptr = bestdist;
825 bptr = bestdist;
    [all...]

Completed in 96 milliseconds