Home
last modified time | relevance | path

Searched refs:pComData (Results 1 – 7 of 7) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp166 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
173 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
180 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in calcRefValFwd()
243 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
250 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
257 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd[bnds]; in calcRefValBwd()
289 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
351 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
353 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
355 pAacDecoderChannelInfo->pComData->overlay.aac in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
[all …]
Drvlc.cpp136 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcInit()
137 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcInit()
138 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcInit()
451 SHORT *pScfFwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd; in rvlcDecodeForward()
452 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeForward()
629 SHORT *pScfBwd = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfBwd; in rvlcDecodeBackward()
630 SHORT *pScfEsc = pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfEsc; in rvlcDecodeBackward()
807 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in rvlcFinalErrorDetection()
946 pAacDecoderChannelInfo->pComData->overlay.aac.aRvlcScfFwd[bnds]; in rvlcFinalErrorDetection()
1063 &pAacDecoderChannelInfo->pComData->overlay.aac.erRvlcInfo; in CRvlc_Read()
[all …]
Dchannel.cpp128 if (pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] & in MapMidSideMaskToPnsCorrelation()
137 pAacDecoderChannelInfo[L]->pComData->jointStereoData.MsUsed[band] ^= in MapMidSideMaskToPnsCorrelation()
217 ->pComData->jointStereoData.store_dmx_re_prev, in CChannelElement_Decode()
219 ->pComData->jointStereoData.store_dmx_re_prev_e), in CChannelElement_Decode()
261 ->pComData->jointStereoData.cplx_pred_flag; in CChannelElement_Decode()
325 pAacDecoderChannelInfo[ch]->pComData->pnsRandomSeed); in CChannelElement_Decode()
363 ->pComData->jointStereoData.store_dmx_re_prev, in CChannelElement_Decode()
365 ->pComData->jointStereoData.store_dmx_re_prev_e), in CChannelElement_Decode()
451 pAacDecoderChannelInfo[0]->pComData->jointStereoData.cplx_pred_flag = 0; in CChannelElement_Read()
554 hBs, &pAacDecoderChannelInfo[0]->pComData->jointStereoData, in CChannelElement_Read()
Daacdecoder.cpp1342 if (self->pAacDecoderChannelInfo[ch]->pComData != NULL) { in CAacDecoder_DeInit()
1347 (self->pAacDecoderChannelInfo[ch + 1]->pComData == in CAacDecoder_DeInit()
1348 self->pAacDecoderChannelInfo[ch]->pComData)) { in CAacDecoder_DeInit()
1349 self->pAacDecoderChannelInfo[ch + 1]->pComData = NULL; in CAacDecoder_DeInit()
1354 (SCHAR **)&self->pAacDecoderChannelInfo[ch]->pComData); in CAacDecoder_DeInit()
1356 FDKafree(self->pAacDecoderChannelInfo[ch]->pComData); in CAacDecoder_DeInit()
1358 self->pAacDecoderChannelInfo[ch]->pComData = NULL; in CAacDecoder_DeInit()
2086 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2091 self->pAacDecoderChannelInfo[ch]->pComData = in CAacDecoder_Init()
2099 if ((self->pAacDecoderChannelInfo[ch]->pComData == NULL) || in CAacDecoder_Init()
[all …]
Dchannelinfo.h414 *pComData; /* Data required for one channel at a time during decode */ member
Dstereo.cpp556 &pAacDecoderChannelInfo[L]->pComData->jointStereoData; in CJointStereo_ApplyMS()
1182 &pAacDecoderChannelInfo[L]->pComData->jointStereoData; in CJointStereo_ApplyIS()
Dblock.cpp725 H_HCR_INFO hHcr = &pAacDecoderChannelInfo->pComData->overlay.aac.erHcrInfo; in CBlock_ReadSpectralData()