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

  /external/aac/libAACdec/src/
aacdec_hcr.cpp 124 int numExtendedSortedCodewordInSectionIdx,
499 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
504 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
526 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
    [all...]
aacdec_hcrs.cpp 397 int numExtendedSortedCodewordInSectionIdx = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
413 for ( k = pNumExtendedSortedCodewordInSection[numExtendedSortedCodewordInSectionIdx]; k != 0; k-- ) {
429 numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sort sec in current set */
431 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS) || extendedSortedCodebookIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
436 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR+MAX_HCR_SETS)) {
441 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
444 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = numExtendedSortedCodewordInSectionIdx;
    [all...]
aacdec_hcr_types.h 320 int numExtendedSortedCodewordInSectionIdx;

Completed in 53 milliseconds