Home | History | Annotate | Download | only in src

Lines Matching full:carrybit

230   UCHAR         carryBit;
243 carryBit = rvlcReadBitFromBitstream(bs, /* get next bit */
247 CarryBitToBranchValue(carryBit, /* huffman decoding, do a single step in huffman decoding tree */
348 UCHAR carryBit;
358 carryBit = rvlcReadBitFromBitstream(bs, /* get next bit */
362 CarryBitToBranchValue(carryBit, /* huffman decoding, do a single step in huffman decoding tree */