• Home
  • Raw
  • Download

Lines Matching refs:carryBit

588   UCHAR carryBit;  in Hcr_State_BODY_ONLY()  local
621 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_ONLY()
625 CarryBitToBranchValue(carryBit, /* make a step in decoding tree */ in Hcr_State_BODY_ONLY()
722 UCHAR carryBit; in Hcr_State_BODY_SIGN__BODY() local
755 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN__BODY()
759 CarryBitToBranchValue(carryBit, /* make a step in decoding tree */ in Hcr_State_BODY_SIGN__BODY()
866 UCHAR carryBit; in Hcr_State_BODY_SIGN__SIGN() local
890 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN__SIGN()
906 if (carryBit != 0) { in Hcr_State_BODY_SIGN__SIGN()
971 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__BODY() local
1003 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__BODY()
1008 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN_ESC__BODY()
1140 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__SIGN() local
1165 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__SIGN()
1185 if (carryBit != 0) { in Hcr_State_BODY_SIGN_ESC__SIGN()
1299 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX() local
1320 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1325 if (carryBit == 1) { in Hcr_State_BODY_SIGN_ESC__ESC_PREFIX()
1412 UCHAR carryBit; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local
1441 carryBit = HcrGetABitFromBitstream( in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
1448 escapeWord = escapeWord | carryBit; /* assemble escape word by bitwise or */ in Hcr_State_BODY_SIGN_ESC__ESC_WORD()