Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc.c1483 int start_sub, end_sub; in output_audio_block() local
1492 start_sub = (s->start_freq[CPL_CH] - 37) / 12; in output_audio_block()
1494 put_bits(&s->pb, 4, start_sub); in output_audio_block()
1500 for (bnd = start_sub+1; bnd < end_sub; bnd++) in output_audio_block()