Home
last modified time | relevance | path

Searched refs:band_is_noise (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Dblock.h124 UCHAR *band_is_noise);
235 SamplingRateInfo *pSamplingRateInfo, UCHAR *band_is_noise,
Dchannel.cpp892 UCHAR *band_is_noise = in CChannelElement_Read() local
893 pAacDecoderChannelInfo[ch]->pDynData->band_is_noise; in CChannelElement_Read()
894 FDKmemset(band_is_noise, (UCHAR)1, sizeof(UCHAR) * (8 * 16)); in CChannelElement_Read()
897 pAacDecoderChannelInfo[ch], pSamplingRateInfo, band_is_noise, 1); in CChannelElement_Read()
905 band_is_noise); in CChannelElement_Read()
Dblock.cpp489 SamplingRateInfo *pSamplingRateInfo, UCHAR *band_is_noise, in CBlock_InverseQuantizeSpectralData() argument
538 band_is_noise[group * 16 + band] = 0; in CBlock_InverseQuantizeSpectralData()
785 UCHAR *band_is_noise) { in CBlock_ApplyNoise() argument
831 int flagN = band_is_noise[g * 16 + sfb]; in CBlock_ApplyNoise()
Dchannelinfo.h276 UCHAR band_is_noise[(8 * 16)]; member