Searched refs:icsInfo (Results 1 – 11 of 11) sorted by relevance
/external/aac/libAACdec/src/ |
D | channel.cpp | 122 for (group = 0; group < pAacDecoderChannelInfo[L]->icsInfo.WindowGroups; in MapMidSideMaskToPnsCorrelation() 126 for (UCHAR band = 0; band < pAacDecoderChannelInfo[L]->icsInfo.MaxSfBands; in MapMidSideMaskToPnsCorrelation() 182 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[L]->icsInfo); in CChannelElement_Decode() 184 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo[R]->icsInfo); in CChannelElement_Decode() 201 int max_sfb_ste = (INT)(pAacDecoderChannelInfo[L]->icsInfo.max_sfb_ste); in CChannelElement_Decode() 211 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, in CChannelElement_Decode() 213 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode() 214 GetWindowGroups(&pAacDecoderChannelInfo[L]->icsInfo), max_sfb_ste, in CChannelElement_Decode() 233 GetScaleFactorBandOffsets(&pAacDecoderChannelInfo[L]->icsInfo, in CChannelElement_Decode() 235 GetWindowGroupLengthTable(&pAacDecoderChannelInfo[L]->icsInfo), in CChannelElement_Decode() [all …]
|
D | block.cpp | 174 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData() 175 for (group = 0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadScaleFactorData() 226 &pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo); in CBlock_ScaleSpectralData() 233 group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); group++) { in CBlock_ScaleSpectralData() 235 &pAacDecoderChannelInfo->icsInfo, group); in CBlock_ScaleSpectralData() 255 tns_start = GetMaximumTnsBands(&pAacDecoderChannelInfo->icsInfo, in CBlock_ScaleSpectralData() 341 &pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo); in CBlock_ReadSectionData() 348 (IsLongBlock(&pAacDecoderChannelInfo->icsInfo) == 1) ? 5 : 3; in CBlock_ReadSectionData() 353 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSectionData() 354 for (group = 0; group < GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CBlock_ReadSectionData() [all …]
|
D | stereo.cpp | 601 int currentShape = (int)pAacDecoderChannelInfo[L]->icsInfo.WindowShape; in CJointStereo_ApplyMS() 618 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != BLOCK_SHORT) { in CJointStereo_ApplyMS() 631 ->icsInfo.WindowSequence) { /* current window sequence */ in CJointStereo_ApplyMS() 677 ->icsInfo.WindowSequence) { /* current window sequence */ in CJointStereo_ApplyMS() 770 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence != in CJointStereo_ApplyMS() 776 if (pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS() 872 FDK_ASSERT(pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS() 954 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS() 967 if ((pAacDecoderChannelInfo[L]->icsInfo.WindowSequence == in CJointStereo_ApplyMS() 1099 FDK_ASSERT(GetWindowSequence(&pAacDecoderChannelInfo[L]->icsInfo) == in CJointStereo_ApplyMS() [all …]
|
D | aacdec_hcr.cpp | 268 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in HcrInit() 297 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) /* short block */ in HcrInit() 330 maxBand = GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrInit() 340 &pAacDecoderChannelInfo->icsInfo, group); in HcrInit() 563 if (!IsLongBlock(&pAacDecoderChannelInfo->icsInfo)) { in HcrReorderQuantizedSpectralCoefficients() 583 &pAacDecoderChannelInfo->icsInfo, pSamplingRateInfo); in HcrReorderQuantizedSpectralCoefficients() 605 numWinGroup = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients() 607 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in HcrReorderQuantizedSpectralCoefficients() 611 GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo, group); in HcrReorderQuantizedSpectralCoefficients() 638 GetWindowGroupLength(&pAacDecoderChannelInfo->icsInfo, group); in HcrReorderQuantizedSpectralCoefficients()
|
D | rvlcconceal.cpp | 137 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValFwd() 213 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) in calcRefValBwd() 295 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame() 443 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
|
D | rvlc.cpp | 930 (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) ? 0 in rvlcFinalErrorDetection() 1069 pRvlc->numWindowGroups = GetWindowGroups(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read() 1071 GetScaleFactorBandsTransmitted(&pAacDecoderChannelInfo->icsInfo); in CRvlc_Read() 1082 if (GetWindowSequence(&pAacDecoderChannelInfo->icsInfo) == BLOCK_SHORT) { in CRvlc_Read() 1205 (GetWindowSequence(&pAacDecoderChannelInfo[ch]->icsInfo) == BLOCK_SHORT) in CRvlc_ElementCheck()
|
D | conceal.cpp | 561 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Store() 663 hConcealmentInfo->windowShape = pAacDecoderChannelInfo->icsInfo.WindowShape; in CConcealment_Apply() 726 pAacDecoderChannelInfo->icsInfo.WindowShape = in CConcealment_Apply() 753 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_Apply() 808 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyNoise() 883 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyInter() 1684 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CConcealment_ApplyFadeOut()
|
D | channelinfo.h | 405 CIcsInfo icsInfo; member
|
D | usacdec_lpd.cpp | 1895 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal() 1927 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal() 1930 GetWindowShape(&pAacDecoderChannelInfo->icsInfo)), in CLpd_RenderTimeSignal()
|
D | aacdec_drc.cpp | 872 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in aacDecoder_drcApply()
|
D | aacdecoder.cpp | 3412 CIcsInfo *pIcsInfo = &pAacDecoderChannelInfo->icsInfo; in CAacDecoder_DecodeFrame()
|