Lines Matching refs:carryBit
590 UCHAR carryBit; in Hcr_State_BODY_ONLY() local
623 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_ONLY()
627 CarryBitToBranchValue(carryBit, /* make a step in decoding tree */ in Hcr_State_BODY_ONLY()
724 UCHAR carryBit; in Hcr_State_BODY_SIGN__BODY() local
757 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN__BODY()
761 CarryBitToBranchValue(carryBit, /* make a step in decoding tree */ in Hcr_State_BODY_SIGN__BODY()
868 UCHAR carryBit; in Hcr_State_BODY_SIGN__SIGN() local
892 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN__SIGN()
908 if (carryBit != 0) { in Hcr_State_BODY_SIGN__SIGN()
973 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__BODY() local
1005 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__BODY()
1010 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN_ESC__BODY()
1142 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1167 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__SIGN()
1187 if (carryBit != 0) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1301 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX() local
1322 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1327 if (carryBit == 1) { in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1418 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1447 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1454 escapeWord = escapeWord | carryBit; /* assemble escape word by bitwise or */ in Hcr_State_BODY_SIGN_ESC__ESC_WORD()