Lines Matching refs:gain_levels
78 static const float gain_levels[9] = {
392 float cmix = gain_levels[s-> center_mix_level];
393 float smix = gain_levels[s->surround_mix_level];
406 downmix_coeffs[0][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][0]];
407 downmix_coeffs[1][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][1]];
1619 s->loro_center_mix_level = gain_levels[s-> center_mix_level];
1620 s->loro_surround_mix_level = gain_levels[s->surround_mix_level];
1834 downmix_info->center_mix_level = gain_levels[s-> center_mix_level];
1835 downmix_info->center_mix_level_ltrt = gain_levels[s-> center_mix_level_ltrt];
1836 downmix_info->surround_mix_level = gain_levels[s-> surround_mix_level];
1837 downmix_info->surround_mix_level_ltrt = gain_levels[s->surround_mix_level_ltrt];