Searched refs:totalBits (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
D | vc1parse_huffman.c | 22 int32_t i, j, maxBits, loopCount, totalBits, value; in vc1_DecodeHuffmanOne() local 26 totalBits = 0; in vc1_DecodeHuffmanOne() 28 totalBits += *pTable++; in vc1_DecodeHuffmanOne() 30 if (totalBits != maxBits) in vc1_DecodeHuffmanOne() 64 int32_t i, j, maxBits, loopCount, totalBits, value; in vc1_DecodeHuffmanPair() local 68 totalBits = 0; in vc1_DecodeHuffmanPair() 70 totalBits += *pTable++; in vc1_DecodeHuffmanPair() 72 if (totalBits != maxBits) in vc1_DecodeHuffmanPair()
|