Searched refs:maxBits (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 24 maxBits = *pTable++; in vc1_DecodeHuffmanOne() 30 if (totalBits != maxBits) in vc1_DecodeHuffmanOne() 34 for (i = 0; i < maxBits; i++) in vc1_DecodeHuffmanOne() 64 int32_t i, j, maxBits, loopCount, totalBits, value; in vc1_DecodeHuffmanPair() local 66 maxBits = *pTable++; in vc1_DecodeHuffmanPair() 72 if (totalBits != maxBits) in vc1_DecodeHuffmanPair() 76 for (i = 0; i < maxBits; i++) in vc1_DecodeHuffmanPair()
|