OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:previousbit
(Results
1 - 1
of
1
) sorted by null
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
vc1parse_bitplane.c
110
int32_t i, j,
previousBit
=0, temp;
118
previousBit
=xor_bit(j, i, widthMB, pBitplane->invert,
123
previousBit
= get_bit(0, i-1, widthMB, pBitplane->databits);
124
temp=xor_bit(j, i, widthMB,
previousBit
,
126
previousBit
= temp;
129
else if (((i > 0) && (
previousBit
!=
134
previousBit
= temp;
138
temp=xor_bit(j, i, widthMB,
previousBit
,
140
previousBit
= temp;
Completed in 69 milliseconds