From a53a9f1c8d1ffad80956027ffee5f506c98f28ff Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sat, 29 Dec 2018 11:40:13 +0100 Subject: avfilter/af_afir: implement non-uniform partitioned convolution Using multiple frequency delay lines. --- doc/filters.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/filters.texi') diff --git a/doc/filters.texi b/doc/filters.texi index 45d90f6..b3e2081 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1231,14 +1231,14 @@ Set video stream size. This option is used only when @var{response} is enabled. Set video stream frame rate. This option is used only when @var{response} is enabled. @item minp -Set minimal partition size used for convolution. Default is @var{16}. +Set minimal partition size used for convolution. Default is @var{8192}. Allowed range is from @var{16} to @var{32768}. Lower values decreases latency at cost of higher CPU usage. @item maxp Set maximal partition size used for convolution. Default is @var{8192}. Allowed range is from @var{16} to @var{32768}. -Lower values decreases latency at cost of higher CPU usage. +Lower values may increase CPU usage. @end table @subsection Examples -- cgit v1.1