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

  /external/aac/libAACdec/src/
conceal.cpp 563 CIcsInfo *pIcsInfo,
573 int windowsPerFrame = GetWindowsPerFrame(pIcsInfo);
583 if (!IsValid(pIcsInfo)) {
584 pIcsInfo->WindowGroups = 1;
585 if (IsLongBlock(pIcsInfo)) {
586 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Long;
587 pIcsInfo->WindowGroupLength[0] = 1;
590 pIcsInfo->TotalSfBands = pSamplingRateInfo->NumberOfScaleFactorBands_Short;
591 pIcsInfo->WindowGroupLength[0] = 8;
593 pIcsInfo->MaxSfBands = pIcsInfo->TotalSfBands
    [all...]
aacdec_hcr.cpp 285 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo;
326 BandOffsets = GetScaleFactorBandOffsets(pIcsInfo, pSamplingRateInfo); /* aux */
327 numOfGroups = GetWindowGroups(pIcsInfo);
    [all...]

Completed in 39 milliseconds