Searched refs:weighting_filt (Results 1 – 2 of 2) sorted by relevance
140 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() argument639 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() local840 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()
52 FLOAT32 weighting_filt[AUDIO_CODEC_SUBBAND_COUNT_MAX]; member153 WORD32 sub_band_compensation_type, FLOAT32* weighting_filt,