summaryrefslogtreecommitdiffstats
path: root/DOCS/man/options.rst
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.dev>2023-09-20 18:12:15 +0200
committerNiklas Haas <github-daiK1o@haasn.dev>2023-09-25 12:45:17 +0200
commit57fad2d5f96e4629dab9cb9a4fefb2fba1111662 (patch)
tree19e8a8357a162de76b36ed24784c6fdd180a3788 /DOCS/man/options.rst
parent4dc97ea688dddcbf1ee45461009acc37a43ce138 (diff)
downloadmpv-57fad2d5f96e4629dab9cb9a4fefb2fba1111662.tar.bz2
mpv-57fad2d5f96e4629dab9cb9a4fefb2fba1111662.tar.xz
vo_gpu: remove --scale-cutoff etc
Pointless bloat option, hard-coded as 1e-3 now in libplacebo and no reason not to also hard-code in mpv. See-Also: haasn/libplacebo@64d7c5aab06766a9492d3cfffd35333792052cd9
Diffstat (limited to 'DOCS/man/options.rst')
-rw-r--r--DOCS/man/options.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 9c9371d4a6..e397d7b988 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -5347,14 +5347,6 @@ them.
moving edges) in exchange for potentially adding more blur. The default for
``--tscale-clamp`` is 1.0, the others default to 0.0.
-``--scale-cutoff=<value>``, ``--cscale-cutoff=<value>``, ``--dscale-cutoff=<value>``
- Cut off the filter kernel prematurely once the value range drops below
- this threshold. Doing so allows more aggressive pruning of skippable
- coefficients by disregarding parts of the LUT which are effectively zeroed
- out by the window function. Only affects polar (EWA) filters. The default
- is 0.001 for each, which is perceptually transparent but provides a 10%-20%
- speedup, depending on the exact radius and filter kernel chosen.
-
``--scale-taper=<value>``, ``--scale-wtaper=<value>``, ``--dscale-taper=<value>``, ``--dscale-wtaper=<value>``, ``--cscale-taper=<value>``, ``--cscale-wtaper=<value>``, ``--tscale-taper=<value>``, ``--tscale-wtaper=<value>``
Kernel/window taper factor. Increasing this flattens the filter function.
Value range is 0 to 1. A value of 0 (the default) means no flattening, a