Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Daf_aemphasis.c309 double nyq = sr * 0.5; in config_input() local
310 double gain = sqrt(1.0 + nyq * nyq / (f * f)); // gain at Nyquist in config_input()