Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dpsymodel.c107 float cutoff_coeff = 0; in ff_psy_preprocess_init() local
116 cutoff_coeff = 2.0 * avctx->cutoff / avctx->sample_rate; in ff_psy_preprocess_init()
118 if (cutoff_coeff && cutoff_coeff < 0.98) in ff_psy_preprocess_init()
121 cutoff_coeff, 0.0, 0.0); in ff_psy_preprocess_init()
/third_party/ffmpeg/libavcodec/tests/
Diirfilter.c34 float cutoff_coeff = 0.4; in main() local
40 cutoff_coeff, 0.0, 0.0); in main()