Searched defs:pCurrentTree (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Daacdec_hcrs.cpp532 const UINT *pCurrentTree; local
554 pCurrentTree = aHuffTable[pCodebook[codewordOffset]];
587 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
652 const UINT *pCurrentTree; local
675 pCurrentTree = aHuffTable[pCodebook[codewordOffset]];
722 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
880 const UINT *pCurrentTree; local
900 pCurrentTree = aHuffTable[ESCAPE_CODEBOOK];
958 treeNode = *(pCurrentTree + branchValue);
H A Daacdec_hcr.cpp146 const UINT *pCurrentTree,
1051 const UINT *pCurrentTree; local
1089 pCurrentTree = aHuffTable [codebook]; /* convert codebook to pointer to QSCs */
1109 pCurrentTree,
1152 pCurrentTree,
1199 pCurrentTree,
1377 const UINT *pCurrentTree,
1391 treeNode = *pCurrentTree; /* get first node of current tree belonging to current codebook */
1412 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
1376 DecodePCW_Body(HANDLE_FDK_BITSTREAM bs, const UINT *pCurrentTree, const SCHAR *pQuantValBase, USHORT *pLeftStartOfSegment, SCHAR *pRemainingBitsInSegment, int *pNumDecodedBits ) argument

Completed in 91 milliseconds