Home
last modified time | relevance | path

Searched refs:pCurrentTree (Results 1 – 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
Daacdec_hcrs.cpp532 const UINT *pCurrentTree; in Hcr_State_BODY_ONLY() local
554 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_ONLY()
587 …treeNode = *(pCurrentTree + branchValue); /* update tr… in Hcr_State_BODY_ONLY()
652 const UINT *pCurrentTree; in Hcr_State_BODY_SIGN__BODY() local
675 pCurrentTree = aHuffTable[pCodebook[codewordOffset]]; in Hcr_State_BODY_SIGN__BODY()
722 …treeNode = *(pCurrentTree + branchValue); /* update tr… in Hcr_State_BODY_SIGN__BODY()
880 const UINT *pCurrentTree; in Hcr_State_BODY_SIGN_ESC__BODY() local
900 pCurrentTree = aHuffTable[ESCAPE_CODEBOOK]; in Hcr_State_BODY_SIGN_ESC__BODY()
958 treeNode = *(pCurrentTree + branchValue); in Hcr_State_BODY_SIGN_ESC__BODY()
Daacdec_hcr.cpp146 const UINT *pCurrentTree,
1051 const UINT *pCurrentTree; in DecodePCWs() local
1089 pCurrentTree = aHuffTable [codebook]; /* convert codebook to pointer to QSCs */ in DecodePCWs()
1109 pCurrentTree, in DecodePCWs()
1152 pCurrentTree, in DecodePCWs()
1199 pCurrentTree, in DecodePCWs()
1377 const UINT *pCurrentTree, in DecodePCW_Body() argument
1391 …treeNode = *pCurrentTree; /* get first node of cur… in DecodePCW_Body()
1412 …treeNode = *(pCurrentTree + branchValue); /* update treeNode for furth… in DecodePCW_Body()