Searched defs:branchValue (Results 1 - 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
H A Drvlc.cpp232 UINT branchValue; local
249 &branchValue,
264 treeNode = *(pEscTree + branchValue); /* update treeNode for further step in decoding tree */
349 UINT branchValue; local
364 &branchValue,
394 treeNode = *(pRvlCodeTree + branchValue); /* update treeNode for further step in decoding tree */
H A Daacdec_hcrs.cpp522 UINT branchValue; local
566 &branchValue,
572 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
587 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
649 UINT branchValue; local
687 &branchValue,
692 /* body completely decoded; branchValue is valid, set pQuantVal to first (of two or four) quantized spectral coefficients */
694 pQuantVal = pQuantValBase + branchValue; /* set pointer to first valid line [of 2 or 4 quantized values] */
722 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
879 UINT branchValue; local
[all...]
H A Daacdec_hcr.cpp1356 UINT *branchValue,
1366 *branchValue = *branchNode & CLR_BIT_10; /* clear bit 10 (if set) */
1387 UINT branchValue; local
1405 &branchValue,
1412 treeNode = *(pCurrentTree + branchValue); /* update treeNode for further step in decoding tree */
1417 pQuantVal = pQuantValBase + branchValue; /* update pointer to valid first of 2 or 4 quantized values */
1354 CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, UINT *branchNode) argument

Completed in 105 milliseconds