# HG changeset patch # User corey # Date 1149489381 0 # Node ID 25c95219c33d82f57393c1bf05cbba835e89a87b # Parent 303fea73000ad70907768ecde45f616072752de7 A couple typos: whith --> with, Defult --> Default diff -r 303fea73000a -r 25c95219c33d DOCS/tech/snow.txt --- a/DOCS/tech/snow.txt Mon Jun 05 06:21:57 2006 +0000 +++ b/DOCS/tech/snow.txt Mon Jun 05 06:36:21 2006 +0000 @@ -39,7 +39,7 @@ inter (mbcmp) when using fast motion estimation, but is not the best for the actual search (cmp, subcmp). The wavelet functions (use the one that matches pred) are best quality, - especially whith vme=8, but are very slow. + especially with vme=8, but are very slow. SATD is a good balance. You can add 256 to any of the options to enable chroma motion estimation for that comparison (e.g. mbcmp=257 for SSD with chroma), @@ -75,7 +75,7 @@ * refs=<1-8> Allows each block to choose which of several reference frames to - motion compensate from. Defult: 1. Larger values always improve + motion compensate from. Default: 1. Larger values always improve compression, but cost lots of CPU-time when encoding and extra memory when decoding.