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

  /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/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/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/guava/guava/lib/
jdiff.jar 

Completed in 3131 milliseconds