HomeSort by relevance Sort by last modified time
    Searched full:qtable (Results 1 - 6 of 6) sorted by null

  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.cpp 142 *pQFormat = QTABLE;
146 temp += ((1 << (QTABLE))-1);
148 temp >>= (QTABLE-1);
158 IF (binaryDigits < (SIGNED32BITS - QTABLE))
159 binaryDigits = SIGNED32BITS - QTABLE;
163 shift = QTABLE - *pQFormat;
304 #define QTABLE (27)
314 #define ROUND_UP (( ((UInt32) 1) << (QTABLE) )-1)
492 shift = QTABLE - QFormat;
huffspec_fxp.cpp 253 #define QTABLE (27)
263 #define ROUND_UP (( ((UInt32) 1) << (QTABLE) )-1)
603 temp >>= (QTABLE - 1);
613 if (binaryDigits < (SIGNED32BITS - QTABLE))
615 binaryDigits = SIGNED32BITS - QTABLE;
  /external/jpeg/
jdcoefct.c 664 JQUANT_TBL * qtable; local
682 if ((qtable = compptr->quant_table) == NULL)
685 if (qtable->quantval[0] == 0 ||
686 qtable->quantval[Q01_POS] == 0 ||
687 qtable->quantval[Q10_POS] == 0 ||
688 qtable->quantval[Q20_POS] == 0 ||
689 qtable->quantval[Q11_POS] == 0 ||
690 qtable->quantval[Q02_POS] == 0)
    [all...]
jctrans.c 112 /* Make sure saved quantization table for component matches the qtable
113 * slot. If not, the input file re-used this qtable slot.
libjpeg.doc     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1664 const uchar* qtable = i == 0 ? jpegTableK1_T : jpegTableK2_T; local
    [all...]

Completed in 539 milliseconds