Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc.h212 int num_cpl_subbands; ///< number of coupling subbands (ncplsubnd) member
Dac3enc_template.c130 num_cpl_coefs = FFALIGN(s->num_cpl_subbands * 12 + 1, 32); in apply_channel_coupling()
Dac3enc.c945 frame_bits += s->num_cpl_subbands - 1; in count_frame_bits()
2398 s->num_cpl_subbands = cpl_end_band - cpl_start_band; in set_bandwidth()