Home
last modified time | relevance | path

Searched refs:icsInfo (Results 1 – 9 of 9) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp110 for (group = 0 ; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; group++) { in MapMidSideMaskToPnsCorrelation()
113 for (UCHAR band = 0 ; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; band++) { in MapMidSideMaskToPnsCorrelation()
155 int maxSfBandsL = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo); in CChannelElement_Decode()
156 int maxSfBandsR = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo); in CChannelElement_Decode()
162 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode()
163 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
164 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
171 … GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, pSamplingRateInfo), in CChannelElement_Decode()
172 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
173 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode()
[all …]
Dblock.cpp175 …int ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData()
176 for (group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadScaleFactorData()
221 …const SHORT * RESTRICT BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, p… in CBlock_ScaleSpectralData()
227 int max_band = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ScaleSpectralData()
228 for (window=0, group=0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ScaleSpectralData()
230 …for (groupwin=0; groupwin < GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); groupwin… in CBlock_ScaleSpectralData()
286 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in CBlock_ReadSectionData()
292 const int nbits = (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3; in CBlock_ReadSectionData()
296 …HAR ScaleFactorBandsTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSectionData()
297 for (group=0; group<GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) in CBlock_ReadSectionData()
[all …]
Dstereo.cpp186 …tWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[… in CJointStereo_ApplyMS()
187 …T(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]… in CJointStereo_ApplyMS()
268 …tWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowSequence(&pAacDecoderChannelInfo[… in CJointStereo_ApplyIS()
269 …T(GetWindowShape(&pAacDecoderChannelInfo[L]->icsInfo) == GetWindowShape(&pAacDecoderChannelInfo[R]… in CJointStereo_ApplyIS()
Daacdec_hcr.cpp285 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in HcrInit()
306 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */ in HcrInit()
338 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrInit()
343 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrInit()
619 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) in HcrReorderQuantizedSpectralCoefficients()
639 …const SHORT *BandOffsets = GetScaleFactorBandOffsets(&pAacDecoderChannelInfo->icsInfo, pSamplingRa… in HcrReorderQuantizedSpectralCoefficients()
657 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
658 numSfbTransm = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients()
661 winGroupLen = GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients()
683 groupoffset += GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo,group); in HcrReorderQuantizedSpectralCoefficients()
Drvlcconceal.cpp122 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValFwd()
196 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in calcRefValBwd()
274 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
411 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
542 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in StatisticalEstimation()
647 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) in PredictiveInterpolation()
Drvlc.cpp926 …currentBlockType = (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) ? 0… in rvlcFinalErrorDetection()
1061 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
1062 pRvlc->maxSfbTransmitted = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read()
1072 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == EightShortSequence) { in CRvlc_Read()
1205 ….rvlcPreviousBlockType = (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == EightShortSeq… in CRvlc_ElementCheck()
Dconceal.cpp661 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Store()
781 pAacDecoderChannelInfo->icsInfo.WindowShape = hConcealmentInfo->windowShape; in CConcealment_Apply()
838 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyNoise()
1017 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyInter()
Dchannelinfo.h276 CIcsInfo icsInfo; member
Daacdec_drc.cpp871 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in aacDecoder_drcApply()