Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dac3enc_fixed.c55 static void clip_coefficients(AudioDSPContext *adsp, int32_t *coef, in clip_coefficients() function
Dac3enc_float.c61 static void clip_coefficients(AudioDSPContext *adsp, float *coef, in clip_coefficients() function
Dac3enc_template.c149 clip_coefficients(&s->adsp, cpl_coef, num_cpl_coefs); in apply_channel_coupling()