Home
last modified time | relevance | path

Searched refs:aSfbScale (Results 1 – 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
Dchannel.cpp207 pAacDecoderChannelInfo[L]->pDynData->aSfbScale, in CChannelElement_Decode()
208 pAacDecoderChannelInfo[R]->pDynData->aSfbScale, in CChannelElement_Decode()
283 pAacDecoderChannelInfo[ch]->pDynData->aSfbScale[i] = in CChannelElement_Decode()
289 pAacDecoderChannelInfo[ch]->pDynData->aSfbScale[i * 16 + j] = in CChannelElement_Decode()
355 pAacDecoderChannelInfo[L]->pDynData->aSfbScale, in CChannelElement_Decode()
356 pAacDecoderChannelInfo[R]->pDynData->aSfbScale, in CChannelElement_Decode()
Dblock.cpp222 const SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_ScaleSpectralData()
495 SHORT *RESTRICT pSfbScale = pAacDecoderChannelInfo->pDynData->aSfbScale; in CBlock_InverseQuantizeSpectralData()
502 FDKmemclear(pAacDecoderChannelInfo->pDynData->aSfbScale, in CBlock_InverseQuantizeSpectralData()
842 ->aSfbScale[(win + gwin) * 16 + sfb] += (noise_offset >> 2); in CBlock_ApplyNoise()
862 ->aSfbScale[(win + gwin) * 16 + sfb]; in CBlock_ApplyNoise()
Dchannelinfo.h273 SHORT aSfbScale[(8 * 16)]; /* could be free after ApplyTools() */ member
Dstereo.cpp1185 &pAacDecoderChannelInfo[L]->pDynData->aSfbScale[window * 16]; in CJointStereo_ApplyIS()
1187 &pAacDecoderChannelInfo[R]->pDynData->aSfbScale[window * 16]; in CJointStereo_ApplyIS()
Daacdec_hcr.cpp581 SHORT *pSfbSclHcr = pAacDecoderChannelInfo->pDynData->aSfbScale; in HcrReorderQuantizedSpectralCoefficients()