Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dac3enc.c1538 int start_sub, end_sub; in output_audio_block() local
1547 start_sub = (s->start_freq[CPL_CH] - 37) / 12; in output_audio_block()
1549 put_bits(&s->pb, 4, start_sub); in output_audio_block()
1555 for (bnd = start_sub+1; bnd < end_sub; bnd++) in output_audio_block()

Completed in 4 milliseconds