Home
last modified time | relevance | path

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

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