Searched refs:previousBit (Results 1 – 1 of 1) sorted by relevance
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/ |
D | vc1parse_bitplane.c | 110 int32_t i, j, previousBit=0, temp; in vc1_InverseDiff() local 118 previousBit=xor_bit(j, i, widthMB, pBitplane->invert, in vc1_InverseDiff() 123 previousBit = get_bit(0, i-1, widthMB, pBitplane->databits); in vc1_InverseDiff() 124 temp=xor_bit(j, i, widthMB, previousBit, in vc1_InverseDiff() 126 previousBit = temp; in vc1_InverseDiff() 129 else if (((i > 0) && (previousBit != in vc1_InverseDiff() 134 previousBit = temp; in vc1_InverseDiff() 138 temp=xor_bit(j, i, widthMB, previousBit, in vc1_InverseDiff() 140 previousBit = temp; in vc1_InverseDiff()
|