Searched refs:PnsData (Results 1 - 6 of 6) sorted by relevance

/external/aac/libAACdec/src/
H A Dchannel.cpp115 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0);
117 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) &&
118 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band))
157 if (pAacDecoderChannelInfo[L]->data.aac.PnsData.PnsActive || pAacDecoderChannelInfo[R]->data.aac.PnsData.PnsActive) {
H A Dchannelinfo.h284 CPnsData PnsData; /* Not required for USAC */ member in struct:__anon42::__anon43
H A Dconceal.cpp943 &pAacDecoderChannelInfo->data.aac.PnsData,
952 &pAacDecoderChannelInfo->data.aac.PnsData,
1269 &pAacDecoderChannelInfo->data.aac.PnsData,
1278 &pAacDecoderChannelInfo->data.aac.PnsData,
H A Dblock.cpp205 CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->aScaleFactor, pAacDecoderChannelInfo->pDynData->RawDataInfo.GlobalGain, band, group);
643 &pAacDecoderChannelInfo[channel]->data.aac.PnsData,
H A Daacdecoder.cpp1024 CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterChannelData, &self->aacCommonData.pnsCurrentSeed, self->aacCommonData.pnsRandomSeed);
1224 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData,
1331 CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pnsInterChannelData);
H A Drvlc.cpp526 pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1;
1164 pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used;

Completed in 266 milliseconds