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

  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor_R11EAC.cpp 86 uint16_t bmax = block[0];
89 bmax = SkTMax<uint16_t>(bmax, block[i]);
92 uint16_t center = (bmax + bmin) >> 1;
97 uint16_t multiplier = (bmax - center) / 10;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsgmt.c 511 double bmax, double bmin)
532 Lab -> b < bmin || Lab->b > bmax) {
544 Lab -> b = Lab->b < 0 ? bmin : bmax;
565 // clip by bmax
566 Lab -> b = bmax;
567 Lab -> a = bmax / slope;
  /external/jdiff/src/jdiff/
DiffMyers.java 120 int bmin = bmid, bmax = bmid; // Limits of bottom-up search. local
158 if (odd && bmin <= d && d <= bmax && bd[bdiagoff + d] <= fd[fdiagoff + d])
170 if (bmax < dmax)
171 bd[bdiagoff + ++bmax + 1] = Integer.MAX_VALUE;
173 --bmax;
174 for (d = bmax; d >= bmin; d -= 2)
243 for (d = bmax; d >= bmin; d -= 2)
  /external/aac/libSBRenc/src/
fram_gen.cpp 226 int *bmax /*!< hlpNew: last mandatory border */
235 INT *length_v_freq, INT bmax,
368 INT numEnv, tranPosInternal=0, bmin=0, bmax=0, parts, d, i_cmon=0, i_tran=0, nL; local
518 &bmax );
553 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
629 length_v_freq, bmax, bufferFrameStart, numberTimeSlots, fmax);
    [all...]
  /external/qemu/ui/
console.c     [all...]
vnc-android.c     [all...]
vnc.c     [all...]
  /external/qemu/include/ui/
console.h 133 uint8_t rmax, gmax, bmax, amax; member in struct:PixelFormat
  /external/libpng/contrib/libtests/
pngstest.c 2764 png_byte in_use[256], amax = 0, bmax = 0; local
    [all...]
  /external/qemu/hw/android/goldfish/
fb.c 178 pf->bbits, pf->bmask, pf->bshift, pf->bmax);
  /external/guava/guava/lib/
jdiff.jar 
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/
lcms2.h     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/libxml/src/
xmlschemas.c     [all...]
  /external/libxml2/
xmlschemas.c     [all...]

Completed in 3140 milliseconds