Home
last modified time | relevance | path

Searched refs:PV_DCT3Dtab0 (Results 1 – 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_dec_tab.h151 extern const VLCtab2 PV_DCT3Dtab0[];
Dvlc_tab.cpp196 const VLCtab2 PV_DCT3Dtab0[] = variable
Dvlc_decode.cpp1033 tab = &PV_DCT3Dtab0[(code >> 6) - 16]; in VlcDecTCOEFInter()
1076 tab = &PV_DCT3Dtab0[(code >> 6) - 16]; in VlcDecTCOEFInter()
1123 tab = &PV_DCT3Dtab0[(code >> 6) - 16]; in VlcDecTCOEFInter()
1210 if (code >= 1024) tab = &PV_DCT3Dtab0[(code >> 6) - 16]; in VlcDecTCOEFShortHeader()
1325 if (code >= 1024) tab = &PV_DCT3Dtab0[(code >> 6) - 16]; in VlcDecTCOEFShortHeader_AnnexT()