Searched refs:band_is_noise (Results 1 – 4 of 4) sorted by relevance
124 UCHAR *band_is_noise);235 SamplingRateInfo *pSamplingRateInfo, UCHAR *band_is_noise,
892 UCHAR *band_is_noise = in CChannelElement_Read() local893 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()
489 SamplingRateInfo *pSamplingRateInfo, UCHAR *band_is_noise, in CBlock_InverseQuantizeSpectralData() argument538 band_is_noise[group * 16 + band] = 0; in CBlock_InverseQuantizeSpectralData()785 UCHAR *band_is_noise) { in CBlock_ApplyNoise() argument831 int flagN = band_is_noise[g * 16 + sfb]; in CBlock_ApplyNoise()
276 UCHAR band_is_noise[(8 * 16)]; member