Home
last modified time | relevance | path

Searched refs:weighting_filt (Results 1 – 2 of 2) sorted by relevance

/external/libxaac/decoder/drc_src/
Dimpd_drc_parametric_dec.c140 pstr_parametric_ffwd_type_drc_params->weighting_filt, in impd_init_parametric_drc_feed_fwd()
566 WORD32 sub_band_compensation_type, FLOAT32* weighting_filt, in impd_init_lvl_est_filt_subband() argument
639 weighting_filt[b] = 1.f; in impd_init_lvl_est_filt_subband()
660 weighting_filt[b] *= in impd_init_lvl_est_filt_subband()
685 weighting_filt[b] *= in impd_init_lvl_est_filt_subband()
839 FLOAT32* weighting_filt = in impd_parametric_ffwd_type_drc_process() local
840 pstr_parametric_ffwd_type_drc_params->weighting_filt; in impd_parametric_ffwd_type_drc_process()
905 x = audio_real_buff[c][offset + b] * weighting_filt[b]; in impd_parametric_ffwd_type_drc_process()
906 y = audio_imag_buff[c][offset + b] * weighting_filt[b]; in impd_parametric_ffwd_type_drc_process()
Dimpd_parametric_drc_dec.h52 FLOAT32 weighting_filt[AUDIO_CODEC_SUBBAND_COUNT_MAX]; member
153 WORD32 sub_band_compensation_type, FLOAT32* weighting_filt,