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

  /external/aac/libAACdec/src/
aacdec_hcr.cpp 268 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
317 GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */
318 numOfGroups = GetWindowGroups(pIcsInfo);
    [all...]
conceal.cpp 559 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
573 hConcealmentInfo->windowSequence = GetWindowSequence(pIcsInfo);
574 hConcealmentInfo->windowShape = GetWindowShape(pIcsInfo);
576 *(GetWindowGroupLengthTable(pIcsInfo) + GetWindowGroups(pIcsInfo) - 1);
619 pIcsInfo->WindowSequence = tWindowSequence;
620 pIcsInfo->WindowShape = tWindowShape;
751 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
760 pIcsInfo->WindowSequence = hConcealmentInfo->windowSequence;
761 pIcsInfo->WindowShape = hConcealmentInfo->windowShape
    [all...]
aacdecoder.cpp     [all...]

Completed in 159 milliseconds