summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2018-12-29 11:40:13 +0100
committerPaul B Mahol <onemda@gmail.com>2018-12-30 13:40:29 +0100
commita53a9f1c8d1ffad80956027ffee5f506c98f28ff (patch)
tree3aeb7b4b7f501851225ab17685558303c476c721 /doc
parent300dc45fdca43fe1e308d37be8cded550d7b3a1e (diff)
avfilter/af_afir: implement non-uniform partitioned convolution
Using multiple frequency delay lines.
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 45d90f6165..b3e2081bcf 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