Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_bitplane.c476 uint32_t biplaneSz; /* bitplane sz in dwords */ in vc1_DecodeBitplane() local
487 biplaneSz = initBitplane(bpp, width, height); in vc1_DecodeBitplane()
607 if (biplaneSz > 4096) in vc1_DecodeBitplane()
625 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
643 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
660 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
680 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
698 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
718 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()
736 for (i = 0; i < biplaneSz; i++) in vc1_DecodeBitplane()