Searched refs:pDecodeTable (Results 1 – 2 of 2) sorted by relevance
17 vc1_Status vc1_DecodeHuffmanOne(void* ctxt, int32_t *pDst, const int32_t *pDecodeTable) in vc1_DecodeHuffmanOne() argument20 const int32_t *pTable = pDecodeTable; in vc1_DecodeHuffmanOne()58 vc1_Status vc1_DecodeHuffmanPair(void* ctxt, const int32_t *pDecodeTable, in vc1_DecodeHuffmanPair() argument62 const int32_t *pTable = pDecodeTable; in vc1_DecodeHuffmanPair()
125 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 *…