Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_huffman.c17 vc1_Status vc1_DecodeHuffmanOne(void* ctxt, int32_t *pDst, const int32_t *pDecodeTable) in vc1_DecodeHuffmanOne() argument
20 const int32_t *pTable = pDecodeTable; in vc1_DecodeHuffmanOne()
58 vc1_Status vc1_DecodeHuffmanPair(void* ctxt, const int32_t *pDecodeTable, in vc1_DecodeHuffmanPair() argument
62 const int32_t *pTable = pDecodeTable; in vc1_DecodeHuffmanPair()
Dvc1parse.h125 vc1_Status vc1_DecodeHuffmanOne(void* ctxt, int32_t *pDst, const int32_t *pDecodeTable);
126 vc1_Status vc1_DecodeHuffmanPair(void* ctxt, const int32_t *pDecodeTable, int8_t *pFirst, int16_t *…