Searched refs:PnsData (Results 1 – 5 of 5) sorted by relevance
/external/aac/libAACdec/src/ |
D | channel.cpp | 130 CPns_SetCorrelation(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, in MapMidSideMaskToPnsCorrelation() 133 if (CPns_IsPnsUsed(&pAacDecoderChannelInfo[L]->data.aac.PnsData, group, in MapMidSideMaskToPnsCorrelation() 135 CPns_IsPnsUsed(&pAacDecoderChannelInfo[R]->data.aac.PnsData, group, in MapMidSideMaskToPnsCorrelation() 189 if (pAacDecoderChannelInfo[L]->data.aac.PnsData.PnsActive || in CChannelElement_Decode() 190 pAacDecoderChannelInfo[R]->data.aac.PnsData.PnsActive) { in CChannelElement_Decode() 323 &pAacDecoderChannelInfo[ch]->data.aac.PnsData, in CChannelElement_Decode() 324 pAacDecoderChannelInfo[pnsCh]->data.aac.PnsData.currentSeed, in CChannelElement_Decode()
|
D | channelinfo.h | 398 CPnsData PnsData; /* Not required for USAC */ member
|
D | rvlc.cpp | 542 pAacDecoderChannelInfo->data.aac.PnsData.pnsUsed[bnds] = 1; in rvlcDecodeForward() 1158 pAacDecoderChannelInfo->data.aac.PnsData.PnsActive = pRvlc->noise_used; in CRvlc_Decode()
|
D | block.cpp | 203 CPns_Read(&pAacDecoderChannelInfo->data.aac.PnsData, bs, hcb, in CBlock_ReadScaleFactorData() 950 CPns_Apply(&pAacDecoderChannelInfo[channel]->data.aac.PnsData, in ApplyTools()
|
D | aacdecoder.cpp | 2170 &self->pAacDecoderChannelInfo[ch]->data.aac.PnsData, in CAacDecoder_Init() 2598 ->data.aac.PnsData, in CAacDecoder_DecodeFrame() 2707 &tmpAacDecoderChannelInfo.data.aac.PnsData, in CAacDecoder_DecodeFrame()
|