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

  /external/zopfli/src/zopfli/
lz77.c 234 unsigned short bestdist = 0; local
324 bestdist = dist;
356 StoreInLongestMatchCache(s, pos, limit, sublen, bestdist, bestlength);
361 *distance = bestdist;
squeeze.c 161 int bestdist = 0; /* distance that has lowest cost in the cost model */ local
187 bestdist = dsymbols[i];
192 return costmodel(bestlength, bestdist, costcontext);
  /frameworks/base/core/java/android/text/
Layout.java 1179 float bestdist = Math.abs(getHorizontal(best, primary) - horiz); local
    [all...]
  /external/libjpeg-turbo/
jquant2.c 619 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
765 register INT32 * bptr; /* pointer into bestdist[] array */
773 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
776 bptr = bestdist;
804 bptr = bestdist;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 641 * some stack space (the mindist[] and bestdist[] arrays need not coexist)
787 register INT32 * bptr; /* pointer into bestdist[] array */
795 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; local
798 bptr = bestdist;
826 bptr = bestdist;
    [all...]

Completed in 732 milliseconds