Searched refs:branchValue (Results 1 – 4 of 4) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 585 UINT branchValue; in Hcr_State_BODY_ONLY() local 626 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_ONLY() 639 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid in Hcr_State_BODY_ONLY() 665 branchValue); /* update treeNode for further step in decoding tree */ in Hcr_State_BODY_ONLY() 725 UINT branchValue; in Hcr_State_BODY_SIGN__BODY() local 760 treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN__BODY() 775 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid in Hcr_State_BODY_SIGN__BODY() 819 branchValue); /* update treeNode for further step in decoding tree */ in Hcr_State_BODY_SIGN__BODY() 978 UINT branchValue; in Hcr_State_BODY_SIGN_ESC__BODY() local 1008 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in Hcr_State_BODY_SIGN_ESC__BODY() [all …]
|
D | rvlc.cpp | 252 UINT branchValue; in rvlcDecodeEscapeWord() local 269 treeNode, &branchValue, &branchNode); in rvlcDecodeEscapeWord() 286 branchValue); /* update treeNode for further step in decoding tree */ in rvlcDecodeEscapeWord() 366 UINT branchValue; in decodeRVLCodeword() local 381 treeNode, &branchValue, &branchNode); in decodeRVLCodeword() 416 branchValue); /* update treeNode for further step in decoding tree */ in decodeRVLCodeword()
|
D | aacdec_hcr.h | 117 void CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue,
|
D | aacdec_hcr.cpp | 1314 void CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, in CarryBitToBranchValue() argument 1323 *branchValue = *branchNode & CLR_BIT_10; /* clear bit 10 (if set) */ in CarryBitToBranchValue() 1342 UINT branchValue; in DecodePCW_Body() local 1357 CarryBitToBranchValue(carryBit, treeNode, &branchValue, &branchNode); in DecodePCW_Body() 1366 branchValue); /* update treeNode for further step in decoding tree */ in DecodePCW_Body() 1371 pQuantValBase + branchValue; /* update pointer to valid first of 2 or 4 in DecodePCW_Body()
|