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

  /frameworks/base/media/libstagefright/codecs/amrwb/src/
qisf_ns.h 63 #define ORDER 16 /* order of linear prediction filter */
83 extern const int16 mean_isf_noise[ORDER];
  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 144 temp = inverseQuantTable[(maxInput >> ORDER) + 1];
192 index = absX >> ORDER;
203 deltaOneThird >>= (shift + ORDER - 1);
272 * Read further on what order is.
273 * Note: If ORDER is not a multiple of 3, FACTOR is not an integer.
274 * Note: Portions of this function assume ORDER is 3, and so does the table
277 #define ORDER (3)
280 * FACTOR = 2 ^ (ORDER/3)
290 * SPACING is 2 ^ ORDER, and is the spacing between points when in the
293 #define SPACING (1<<ORDER)
    [all...]
huffspec_fxp.cpp 248 #define ORDER (3)
588 if ((max < 0) || (max > 8192)) /* (8192>>ORDER) == 1024 is the inverseQuantTable size */
595 temp = inverseQuantTable[(max >> ORDER) + 1];
  /frameworks/base/obex/javax/obex/
ApplicationParameter.java 70 public static class ORDER {

Completed in 72 milliseconds