Searched refs:SVlcTable (Results 1 – 8 of 8) sorted by relevance
/third_party/openh264/codec/decoder/core/inc/ |
D | parse_mb_syn_cavlc.h | 99 int32_t WelsResidualBlockCavlc (SVlcTable* pVlcTable, 113 int32_t WelsResidualBlockCavlc8x8 (SVlcTable* pVlcTable,
|
D | vlc_decoder.h | 46 } SVlcTable; typedef 119 static inline void InitVlcTable (SVlcTable* pVlcTable) { in InitVlcTable()
|
D | decoder_context.h | 384 SVlcTable* pVlcTable; // vlc table
|
/third_party/openh264/codec/decoder/plus/inc/ |
D | welsDecoderExt.h | 138 SVlcTable m_sVlcTable;
|
/third_party/openh264/test/decoder/ |
D | DecUT_ParseSyntax.cpp | 161 SVlcTable m_sVlcTable; 179 memset (&m_sVlcTable, 0, sizeof (SVlcTable)); in Init()
|
/third_party/openh264/codec/decoder/core/src/ |
D | parse_mb_syn_cavlc.cpp | 684 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()
|
D | decode_slice.cpp | 1785 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/ |
D | welsDecoderExt.cpp | 383 memset (&m_sVlcTable, 0, sizeof (SVlcTable)); in InitDecoder()
|