summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/snow.txt
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech/snow.txt')
-rw-r--r--DOCS/tech/snow.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/DOCS/tech/snow.txt b/DOCS/tech/snow.txt
index fea39a7b51..be531fcb5c 100644
--- a/DOCS/tech/snow.txt
+++ b/DOCS/tech/snow.txt
@@ -32,7 +32,7 @@ OPTIONS RECOGNIZED BY SNOW
* cmp, subcmp, mbcmp
Set the comparison function, default: 0 (SAD).
- useful values = 0 (SAD), 1 (SSD), 2 (SATD),
+ useful values = 0 (SAD), 1 (SSD), 2 (SATD),
11 (5/3 wavelet), 12 (9/7 wavelet).
SAD is fastest and lowest quality.
SSD is the only function that makes correct decisions about intra vs
@@ -87,4 +87,3 @@ vcodec=snow:vstrict=-2:vpass=2:vbitrate=$B:pred=0:cmp=12:subcmp=12:mbcmp=1:qpel:
Decent, fast options are
vcodec=snow:vstrict=-2:vpass=1:vbitrate=$B:pred=0:cmp=1:subcmp=1:mbcmp=1
vcodec=snow:vstrict=-2:vpass=2:vbitrate=$B:pred=0:cmp=2:subcmp=2:mbcmp=1:refs=2
-