Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c78 static const float gain_levels[9] = { variable
392 float cmix = gain_levels[s-> center_mix_level]; in set_downmix_coeffs()
393 float smix = gain_levels[s->surround_mix_level]; in set_downmix_coeffs()
406 downmix_coeffs[0][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][0]]; in set_downmix_coeffs()
407 downmix_coeffs[1][i] = gain_levels[ac3_default_coeffs[s->channel_mode][i][1]]; in set_downmix_coeffs()
1619 s->loro_center_mix_level = gain_levels[s-> center_mix_level]; in ac3_decode_frame()
1620 s->loro_surround_mix_level = gain_levels[s->surround_mix_level]; in ac3_decode_frame()
1834 downmix_info->center_mix_level = gain_levels[s-> center_mix_level]; in ac3_decode_frame()
1835 downmix_info->center_mix_level_ltrt = gain_levels[s-> center_mix_level_ltrt]; in ac3_decode_frame()
1836 downmix_info->surround_mix_level = gain_levels[ in ac3_decode_frame()
[all...]

Completed in 3 milliseconds