Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3dec.c1414 int audio_channel = 0; in decode_audio_block() local
1417 audio_channel = 2-ch; in decode_audio_block()
1418 if (s->heavy_compression && s->compression_exists[audio_channel]) in decode_audio_block()
1419 gain = s->heavy_dynamic_range[audio_channel]; in decode_audio_block()
1421 gain = s->dynamic_range[audio_channel]; in decode_audio_block()
1427 gain = gain * s->level_gain[audio_channel]; in decode_audio_block()

Completed in 3 milliseconds