Home
last modified time | relevance | path

Searched refs:branchValue (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp522 UINT branchValue; in Hcr_State_BODY_ONLY() local
566 &branchValue, in Hcr_State_BODY_ONLY()
572 …pQuantVal = pQuantValBase + branchValue; /* set point… in Hcr_State_BODY_ONLY()
587 …treeNode = *(pCurrentTree + branchValue); /* update tr… in Hcr_State_BODY_ONLY()
649 UINT branchValue; in Hcr_State_BODY_SIGN__BODY() local
687 &branchValue, in Hcr_State_BODY_SIGN__BODY()
694 …pQuantVal = pQuantValBase + branchValue; /* set point… in Hcr_State_BODY_SIGN__BODY()
722 …treeNode = *(pCurrentTree + branchValue); /* update tr… in Hcr_State_BODY_SIGN__BODY()
879 UINT branchValue; in Hcr_State_BODY_SIGN_ESC__BODY() local
913 &branchValue, in Hcr_State_BODY_SIGN_ESC__BODY()
[all …]
Daacdec_hcr.h113 UINT *branchValue,
Drvlc.cpp232 UINT branchValue; in rvlcDecodeEscapeWord() local
249 &branchValue, in rvlcDecodeEscapeWord()
264 …treeNode = *(pEscTree + branchValue); /* update treeNode for further step … in rvlcDecodeEscapeWord()
349 UINT branchValue; in decodeRVLCodeword() local
364 &branchValue, in decodeRVLCodeword()
394 …treeNode = *(pRvlCodeTree + branchValue); /* update treeNode for further step in decoding … in decodeRVLCodeword()
Daacdec_hcr.cpp1356 UINT *branchValue, in CarryBitToBranchValue() argument
1366 *branchValue = *branchNode & CLR_BIT_10; /* clear bit 10 (if set) */ in CarryBitToBranchValue()
1387 UINT branchValue; in DecodePCW_Body() local
1405 &branchValue, in DecodePCW_Body()
1412 …treeNode = *(pCurrentTree + branchValue); /* update treeNode for furth… in DecodePCW_Body()
1417 …pQuantVal = pQuantValBase + branchValue; /* update pointer to val… in DecodePCW_Body()