Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_template.c136 CoefType *cpl_coef = &block->mdct_coef[CPL_CH][cpl_start]; in apply_channel_coupling() local
139 memset(cpl_coef, 0, num_cpl_coefs * sizeof(*cpl_coef)); in apply_channel_coupling()
145 cpl_coef[i] += ch_coef[i]; in apply_channel_coupling()
149 clip_coefficients(&s->adsp, cpl_coef, num_cpl_coefs); in apply_channel_coupling()