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 133 int numExtendedSortedCodewordInSectionIdx,
459 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx,
464 pTmp1 = pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
481 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx = pTmp1;
    [all...]
aacdec_hcrs.cpp 442 int numExtendedSortedCodewordInSectionIdx =
443 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx;
465 [numExtendedSortedCodewordInSectionIdx];
485 numExtendedSortedCodewordInSectionIdx++; /* inc ptr for next ext sort sec in
489 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS) ||
495 if (numExtendedSortedCodewordInSectionIdx >= (MAX_SFB_HCR + MAX_HCR_SETS)) {
500 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx =
501 numExtendedSortedCodewordInSectionIdx;
505 pHcr->sectionInfo.numExtendedSortedCodewordInSectionIdx =
506 numExtendedSortedCodewordInSectionIdx;
    [all...]
aacdec_hcr_types.h 391 int numExtendedSortedCodewordInSectionIdx;

Completed in 101 milliseconds