Lines Matching refs:carryBit
525 UCHAR carryBit; in Hcr_State_BODY_ONLY() local
559 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_ONLY()
564 …CarryBitToBranchValue(carryBit, /* make a … in Hcr_State_BODY_ONLY()
646 UCHAR carryBit; in Hcr_State_BODY_SIGN__BODY() local
680 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN__BODY()
685 …CarryBitToBranchValue(carryBit, /* make a … in Hcr_State_BODY_SIGN__BODY()
768 UCHAR carryBit; in Hcr_State_BODY_SIGN__SIGN() local
792 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN__SIGN()
807 if ( carryBit != 0 ) { in Hcr_State_BODY_SIGN__SIGN()
872 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__BODY() local
905 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN_ESC__BODY()
911 CarryBitToBranchValue(carryBit, in Hcr_State_BODY_SIGN_ESC__BODY()
1029 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1055 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN_ESC__SIGN()
1071 if ( carryBit != 0 ) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1179 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX() local
1199 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1205 if ( carryBit == 1 ) { in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1285 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1313 carryBit = HcrGetABitFromBitstream( bs, in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1320 …escapeWord = escapeWord | carryBit; /* assemble escape word by… in Hcr_State_BODY_SIGN_ESC__ESC_WORD()