Searched refs:pCurrentTree (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 595 const UINT *pCurrentTree; in Hcr_State_BODY_ONLY() local 617 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_ONLY() 664 pCurrentTree + in Hcr_State_BODY_ONLY() 728 const UINT *pCurrentTree; in Hcr_State_BODY_SIGN__BODY() local 751 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_SIGN__BODY() 818 pCurrentTree + in Hcr_State_BODY_SIGN__BODY() 979 const UINT *pCurrentTree; in Hcr_State_BODY_SIGN_ESC__BODY() local 999 pCurrentTree = aHuffTable[ESCAPE_CODEBOOK]; in Hcr_State_BODY_SIGN_ESC__BODY() 1070 treeNode = *(pCurrentTree + branchValue); in Hcr_State_BODY_SIGN_ESC__BODY()
|
D | aacdec_hcr.cpp | 149 const UINT *pCurrentTree, 1003 const UINT *pCurrentTree; in DecodePCWs() local 1051 pCurrentTree = in DecodePCWs() 1074 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs() 1118 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs() 1160 bs, pHcr->decInOut.bitstreamAnchor, pCurrentTree, pQuantValBase, in DecodePCWs() 1334 const UINT *pCurrentTree, in DecodePCW_Body() argument 1346 treeNode = *pCurrentTree; /* get first node of current tree belonging to in DecodePCW_Body() 1365 pCurrentTree + in DecodePCW_Body()
|