Home
last modified time | relevance | path

Searched refs:loopCount (Results 1 – 2 of 2) 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
25 loopCount = *pTable++; in vc1_DecodeHuffmanOne()
27 for (i = 0; i < loopCount; i++) in vc1_DecodeHuffmanOne()
38 loopCount = *pTable++; in vc1_DecodeHuffmanOne()
39 if (loopCount == -1) in vc1_DecodeHuffmanOne()
41 for (j = 0; j < loopCount; j++) in vc1_DecodeHuffmanOne()
64 int32_t i, j, maxBits, loopCount, totalBits, value; in vc1_DecodeHuffmanPair() local
67 loopCount = *pTable++; in vc1_DecodeHuffmanPair()
69 for (i = 0; i < loopCount; i++) in vc1_DecodeHuffmanPair()
80 loopCount = *pTable++; in vc1_DecodeHuffmanPair()
[all …]
/hardware/bsp/intel/peripheral/libupm/examples/c++/
Dtsl2561.cxx35 int loopCount = 100; in main() local
41 loopCount = atoi(argv[1]); in main()
45 for(int i=0; i< loopCount; i++){ in main()