Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc.h208 int cpl_end_freq; ///< coupling channel end frequency bin member
Dac3enc_template.c156 while (i < s->cpl_end_freq) { in apply_channel_coupling()
Dac3enc.c1493 end_sub = (s->cpl_end_freq - 37) / 12; in output_audio_block()
2413 s->cpl_end_freq = cpl_end_band * 12 + 37; in set_bandwidth()
2415 s->blocks[blk].end_freq[CPL_CH] = s->cpl_end_freq; in set_bandwidth()