Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dvlc_dec_tab.h154 extern const VLCtab2 PV_DCT3Dtab1[];
Dvlc_tab.cpp220 const VLCtab2 PV_DCT3Dtab1[] = variable
Dvlc_decode.cpp1039 tab = &PV_DCT3Dtab1[(code >> 3) - 32]; in VlcDecTCOEFInter()
1082 tab = &PV_DCT3Dtab1[(code >> 3) - 32]; in VlcDecTCOEFInter()
1129 tab = &PV_DCT3Dtab1[(code >> 3) - 32]; in VlcDecTCOEFInter()
1213 if (code >= 256) tab = &PV_DCT3Dtab1[(code >> 3) - 32]; in VlcDecTCOEFShortHeader()
1328 if (code >= 256) tab = &PV_DCT3Dtab1[(code >> 3) - 32]; in VlcDecTCOEFShortHeader_AnnexT()