Home
last modified time | relevance | path

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

/external/libxaac/decoder/drc_src/
Dimpd_drc_peak_limiter.c60 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() local
122 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 …]
Dimpd_drc_parametric_dec.c1057 FLOAT32 gain_modified = pstr_parametric_lim_type_drc_params->cor; in impd_parametric_lim_type_drc_process() local
1087 gain_modified = in impd_parametric_lim_type_drc_process()
1088 min(gain_modified, in impd_parametric_lim_type_drc_process()
1091 gain_modified = gain; in impd_parametric_lim_type_drc_process()
1094 if (gain_modified < pre_smoothed_gain) { in impd_parametric_lim_type_drc_process()
1096 attack_constant * (pre_smoothed_gain - gain_modified) + gain_modified; in impd_parametric_lim_type_drc_process()
1100 release_constant * (pre_smoothed_gain - gain_modified) + in impd_parametric_lim_type_drc_process()
1101 gain_modified; in impd_parametric_lim_type_drc_process()
1109 pstr_parametric_lim_type_drc_params->cor = gain_modified; in impd_parametric_lim_type_drc_process()
Dimpd_drc_peak_limiter_struct.h36 FLOAT32 gain_modified; member
Dimpd_drc_peak_limiter.h36 FLOAT32 gain_modified; member