Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dchannel.cpp115 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band, 0); in MapMidSideMaskToPnsCorrelation()
117 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, band) && in MapMidSideMaskToPnsCorrelation()
118 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, band)) in MapMidSideMaskToPnsCorrelation()
157 …if (pAacDecoderChannelInfo[L]->data.aac.PnsData.PnsActive || pAacDecoderChannelInfo[R]->data.aac.P… in CChannelElement_Decode()
Dconceal.cpp943 &pAacDecoderChannelInfo->data.aac.PnsData, in CConcealment_ApplyNoise()
952 &pAacDecoderChannelInfo->data.aac.PnsData, in CConcealment_ApplyNoise()
1269 &pAacDecoderChannelInfo->data.aac.PnsData, in CConcealment_ApplyInter()
1278 &pAacDecoderChannelInfo->data.aac.PnsData, in CConcealment_ApplyInter()
Dchannelinfo.h284 CPnsData PnsData; /* Not required for USAC */ member
Dblock.cpp205 …CPns_Read( &pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, pAacDecoderChannelInfo->pDynData->a… in CBlock_ReadScaleFactorData()
649 &pAacDecoderChannelInfo[channel]->data.aac.PnsData, in ApplyTools()
Daacdecoder.cpp994 …CPns_InitPns(&self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, &self->aacCommonData.pnsInterCha… in CAacDecoder_Init()
1190 CPns_ResetData(&self->pAacDecoderChannelInfo[aacChannels+ch]->data.aac.PnsData, in CAacDecoder_DecodeFrame()
1297 …CPns_ResetData(&tmpAacDecoderChannelInfo.data.aac.PnsData, &tmpAacDecoderChannelInfo.pComData->pns… in CAacDecoder_DecodeFrame()
Drvlc.cpp526 pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1; in rvlcDecodeForward()
1164 pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used; in CRvlc_Decode()