Lines Matching refs:carryBit
1314 void CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, in CarryBitToBranchValue() argument
1316 if (carryBit == 0) { in CarryBitToBranchValue()
1339 UCHAR carryBit; in DecodePCW_Body() local
1351 carryBit = HcrGetABitFromBitstream(bs, bsAnchor, pLeftStartOfSegment, in DecodePCW_Body()
1357 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in DecodePCW_Body()
1393 UINT carryBit; in DecodeEscapeSequence() local
1398 carryBit = HcrGetABitFromBitstream(bs, bsAnchor, pLeftStartOfSegment, in DecodeEscapeSequence()
1407 if (carryBit != 0) { in DecodeEscapeSequence()
1417 carryBit = HcrGetABitFromBitstream(bs, bsAnchor, pLeftStartOfSegment, in DecodeEscapeSequence()
1427 escape_word = escape_word | carryBit; in DecodeEscapeSequence()
1460 UINT carryBit; in DecodePCW_Sign() local
1466 carryBit = HcrGetABitFromBitstream(bs, bsAnchor, pLeftStartOfSegment, in DecodePCW_Sign()
1476 if (carryBit != 0) { in DecodePCW_Sign()