Home
last modified time | relevance | path

Searched refs:pAacDecoderStaticChannelInfo (Results 1 – 15 of 15) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp401 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo in BidirectionalEstimation_UseScfOfPrevFrameAsReference() argument
452 …if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==INTENSITY_HCB) ||… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
454 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
462 … if ( pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]==NOISE_HCB ) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
464 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
471 … if ( (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=ZERO_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
472 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=NOISE_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
473 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
474 … && (pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds]!=INTENSITY_HCB2) ) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
477 …ChannelInfo->pDynData->aScaleFactor[bnds] = FDKmin(commonMin, pAacDecoderStaticChannelInfo->concea… in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
[all …]
Daacdecoder.cpp787 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) { in CAacDecoder_Close()
788 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer != NULL) { in CAacDecoder_Close()
789 FreeOverlapBuffer (&self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer); in CAacDecoder_Close()
791 if (self->pAacDecoderStaticChannelInfo[ch] != NULL) { in CAacDecoder_Close()
792 FreeAacDecoderStaticChannelInfo (&self->pAacDecoderStaticChannelInfo[ch]); in CAacDecoder_Close()
1042 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1043 self->pAacDecoderStaticChannelInfo[ch] = GetAacDecoderStaticChannelInfo(ch); in CAacDecoder_Init()
1044 if (self->pAacDecoderStaticChannelInfo[ch] == NULL) { in CAacDecoder_Init()
1047 …self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer = GetOverlapBuffer(ch); /* This area size d… in CAacDecoder_Init()
1048 if (self->pAacDecoderStaticChannelInfo[ch]->pOverlapBuffer == NULL) { in CAacDecoder_Init()
[all …]
Drvlc.cpp799 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo) in rvlcFinalErrorDetection() argument
940 …pAacDecoderChannelInfo->pDynData->aScaleFactor[bnds] = pAacDecoderStaticChannelInfo->concealmentIn… in rvlcFinalErrorDetection()
948pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = pAacDecoderChannelInfo… in rvlcFinalErrorDetection()
953 pAacDecoderStaticChannelInfo->concealmentInfo.aRvlcPreviousCodebook[bnds] = ZERO_HCB; in rvlcFinalErrorDetection()
966 …&& (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && pA… in rvlcFinalErrorDetection()
969 …onalEstimation_UseScfOfPrevFrameAsReference (pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
980 …&& !(pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousScaleFactorOK && pRvlc->sf_concealm… in rvlcFinalErrorDetection()
1005 …if ( (pRvlc->conceal_min <= pRvlc->conceal_max) && pAacDecoderStaticChannelInfo->concealmentInfo… in rvlcFinalErrorDetection()
1006 …&& (pAacDecoderStaticChannelInfo->concealmentInfo.rvlcPreviousBlockType == currentBlockType) && Co… in rvlcFinalErrorDetection()
1008 PredictiveInterpolation(pAacDecoderChannelInfo, pAacDecoderStaticChannelInfo); in rvlcFinalErrorDetection()
[all …]
Drvlcconceal.h101 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
108 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo
Drvlc.h115 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
126 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dchannel.h117 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2],
138 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dconceal.h130 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo );
134 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
Daacdec_drc.h141 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
171 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[],
Dchannel.cpp133 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[2], in CChannelElement_Decode()
192 pAacDecoderStaticChannelInfo, in CChannelElement_Decode()
230 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in CChannelElement_Read() argument
374 pAacDecoderStaticChannelInfo[ch], in CChannelElement_Read()
Daacdec_drc.cpp669 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcExtractAndMap() argument
683 FDK_ASSERT(pAacDecoderStaticChannelInfo != NULL); in aacDecoder_drcExtractAndMap()
826 pAacDecoderStaticChannelInfo[ch]->drcData = pThreadBs->channelData; in aacDecoder_drcExtractAndMap()
1111 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcProlog() argument
1127 pAacDecoderStaticChannelInfo, in aacDecoder_drcProlog()
1143 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[], in aacDecoder_drcEpilog() argument
1159 pAacDecoderStaticChannelInfo, in aacDecoder_drcEpilog()
Dblock.h206 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
217 void CBlock_FrequencyToTimeLowDelay(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
Dblock.cpp675 void CBlock_FrequencyToTime(CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_FrequencyToTime() argument
720 &pAacDecoderStaticChannelInfo->IMdct, in CBlock_FrequencyToTime()
744 void CBlock_FrequencyToTimeLowDelay( CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CBlock_FrequencyToTimeLowDelay() argument
754 pAacDecoderStaticChannelInfo->pOverlapBuffer, in CBlock_FrequencyToTimeLowDelay()
Dconceal.cpp220 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo,
654 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo ) in CConcealment_Store() argument
732 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_Apply() argument
755 pAacDecoderStaticChannelInfo ); in CConcealment_Apply()
791 pAacDecoderStaticChannelInfo, in CConcealment_Apply()
829 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo, in CConcealment_ApplyNoise() argument
Daacdecoder.h196 CAacDecoderStaticChannelInfo *pAacDecoderStaticChannelInfo[(8)]; /*!< Persistent channel memory */ member
Daacdecoder_lib.cpp912 …if (ErrorStatus || (flags & AACDEC_CONCEAL) || self->pAacDecoderStaticChannelInfo[0]->concealmentI… in aacDecoder_DecodeFrame()