Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_huffman.c22 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()