HomeSort by relevance Sort by last modified time
    Searched defs:branchValue (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACdec/src/
rvlc.cpp 232 UINT branchValue;
249 &branchValue,
264 treeNode = *(pEscTree + branchValue); /* update treeNode for further step in decoding tree */
349 UINT branchValue;
364 &branchValue,
394 treeNode = *(pRvlCodeTree + branchValue); /* update treeNode for further step in decoding tree */
    [all...]
aacdec_hcrs.cpp 522 UINT branchValue;
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;
    [all...]
aacdec_hcr.cpp     [all...]

Completed in 525 milliseconds