Home
last modified time | relevance | path

Searched refs:SVlcTable (Results 1 – 8 of 8) sorted by relevance

/third_party/openh264/codec/decoder/core/inc/
Dparse_mb_syn_cavlc.h99 int32_t WelsResidualBlockCavlc (SVlcTable* pVlcTable,
113 int32_t WelsResidualBlockCavlc8x8 (SVlcTable* pVlcTable,
Dvlc_decoder.h46 } SVlcTable; typedef
119 static inline void InitVlcTable (SVlcTable* pVlcTable) { in InitVlcTable()
Ddecoder_context.h384 SVlcTable* pVlcTable; // vlc table
/third_party/openh264/codec/decoder/plus/inc/
DwelsDecoderExt.h138 SVlcTable m_sVlcTable;
/third_party/openh264/test/decoder/
DDecUT_ParseSyntax.cpp161 SVlcTable m_sVlcTable;
179 memset (&m_sVlcTable, 0, sizeof (SVlcTable)); in Init()
/third_party/openh264/codec/decoder/core/src/
Dparse_mb_syn_cavlc.cpp684 SReadBitsCache* pBitsCache, SVlcTable* pVlcTable, bool bChromaDc, int8_t nC) { in CavlcGetTrailingOnesAndTotalCoeff()
785 SVlcTable* pVlcTable, bool bChromaDc) { in CavlcGetTotalZeros()
816 SVlcTable* pVlcTable, int32_t iZerosLeft) { in CavlcGetRunBefore()
860 int32_t WelsResidualBlockCavlc (SVlcTable* pVlcTable, uint8_t* pNonZeroCountCache, PBitStringAux pB… in WelsResidualBlockCavlc()
979 int32_t WelsResidualBlockCavlc8x8 (SVlcTable* pVlcTable, uint8_t* pNonZeroCountCache, PBitStringAux… in WelsResidualBlockCavlc8x8()
Ddecode_slice.cpp1785 SVlcTable* pVlcTable = pCtx->pVlcTable; in WelsActualDecodeMbCavlcISlice()
2108 SVlcTable* pVlcTable = pCtx->pVlcTable; in WelsActualDecodeMbCavlcPSlice()
2655 SVlcTable* pVlcTable = pCtx->pVlcTable; in WelsActualDecodeMbCavlcBSlice()
/third_party/openh264/codec/decoder/plus/src/
DwelsDecoderExt.cpp383 memset (&m_sVlcTable, 0, sizeof (SVlcTable)); in InitDecoder()