Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3dec.c74 static const float gain_levels[9] = { variable
375 float cmix = gain_levels[s-> center_mix_level]; in set_downmix_coeffs()
376 float smix = gain_levels[s->surround_mix_level]; in set_downmix_coeffs()
389 downmix_coeffs[0][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][0]]; in set_downmix_coeffs()
390 downmix_coeffs[1][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][1]]; in set_downmix_coeffs()
1602 s->loro_center_mix_level = gain_levels[s-> center_mix_level]; in ac3_decode_frame()
1603 s->loro_surround_mix_level = gain_levels[s->surround_mix_level]; in ac3_decode_frame()
1815 downmix_info->center_mix_level = gain_levels[s-> center_mix_level]; in ac3_decode_frame()
1816 downmix_info->center_mix_level_ltrt = gain_levels[s-> center_mix_level_ltrt]; in ac3_decode_frame()
1817 downmix_info->surround_mix_level = gain_levels[s-> surround_mix_level]; in ac3_decode_frame()
[all …]