Searched defs:pDecodeTable (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
H A Dvc1parse_huffman.c17 vc1_Status vc1_DecodeHuffmanOne(void* ctxt, int32_t *pDst, const int32_t *pDecodeTable) argument
20 const int32_t *pTable = pDecodeTable;
58 vc1_Status vc1_DecodeHuffmanPair(void* ctxt, const int32_t *pDecodeTable, argument
62 const int32_t *pTable = pDecodeTable;

Completed in 67 milliseconds