Searched refs:gain_modified (Results 1 – 4 of 4) sorted by relevance
60 peak_limiter->gain_modified = 1.0f; in impd_peak_limiter_init()69 peak_limiter->gain_modified = 1.0f; in impd_peak_limiter_reinit()93 FLOAT32 gain_modified = peak_limiter->gain_modified; in impd_limiter_process() local122 gain_modified = in impd_limiter_process()123 min(gain_modified, in impd_limiter_process()126 gain_modified = gain; in impd_limiter_process()129 if (gain_modified < pre_smoothed_gain) { in impd_limiter_process()131 attack_constant * (pre_smoothed_gain - gain_modified) + in impd_limiter_process()132 gain_modified; in impd_limiter_process()136 release_constant * (pre_smoothed_gain - gain_modified) + in impd_limiter_process()[all …]
1051 FLOAT32 gain_modified = pstr_parametric_lim_type_drc_params->cor; in impd_parametric_lim_type_drc_process() local1081 gain_modified = in impd_parametric_lim_type_drc_process()1082 min(gain_modified, in impd_parametric_lim_type_drc_process()1085 gain_modified = gain; in impd_parametric_lim_type_drc_process()1088 if (gain_modified < pre_smoothed_gain) { in impd_parametric_lim_type_drc_process()1090 attack_constant * (pre_smoothed_gain - gain_modified) + gain_modified; in impd_parametric_lim_type_drc_process()1094 release_constant * (pre_smoothed_gain - gain_modified) + in impd_parametric_lim_type_drc_process()1095 gain_modified; in impd_parametric_lim_type_drc_process()1103 pstr_parametric_lim_type_drc_params->cor = gain_modified; in impd_parametric_lim_type_drc_process()
36 FLOAT32 gain_modified; member