Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c181 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
212 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
216 coord_diff /= s->num_cpl_bands; in apply_channel_coupling()
227 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
281 for (bnd = 1; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
290 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
297 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in apply_channel_coupling()
Dac3dec.h133 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member
Dac3enc.h213 int num_cpl_bands; ///< number of coupling bands (ncplbnd) member
Dac3dec.c483 for (band = 0; band < s->num_cpl_bands; band++) { in calc_transform_coeffs_cpl()
1012 &s->num_cpl_bands, s->cpl_band_sizes, in coupling_strategy()
1041 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in coupling_coordinates()
1062 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in coupling_coordinates()
Dac3enc.c957 frame_bits += (4 + 4) * s->num_cpl_bands; in count_frame_bits()
1514 for (bnd = 0; bnd < s->num_cpl_bands; bnd++) { in output_audio_block()
2400 s->num_cpl_bands = 1; in set_bandwidth()
2406 s->num_cpl_bands++; in set_bandwidth()