Searched refs:DQ_tab (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dcombined_decode.cpp354 const static int16 DQ_tab[4] = { -1, -2, 1, 2}; local
469 *QP += DQ_tab[DQUANT];
501 *QP += DQ_tab[DQUANT];
H A Ddatapart_decode.cpp530 const static int DQ_tab[4] = { -1, -2, 1, 2}; local
535 *QP += DQ_tab[DQUANT];

Completed in 153 milliseconds