summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-15 19:33:01 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-15 19:33:01 +0000
commit01a72e19fa20b8ec03bf51404b4fe34695687771 (patch)
tree28e647b1c56a80ae144d0067adf8326d8124dcd7 /DOCS
parent67218a1e0a8d260f0a010cf592f6fd89f939b929 (diff)
downloadmpv-01a72e19fa20b8ec03bf51404b4fe34695687771.tar.bz2
mpv-01a72e19fa20b8ec03bf51404b4fe34695687771.tar.xz
2 new compare functions ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt
index a5e1309169..5d07705cb7 100644
--- a/DOCS/tech/libavc-options.txt
+++ b/DOCS/tech/libavc-options.txt
@@ -287,6 +287,8 @@ subcmp comparission function for sub pel motion estimation
2 SATD (sum of absolute hadamard transformed differences)
3 DCT (sum of absolute dct transformed differences)
4 PSNR (sum of the squared quantization errors)
+ 5 BIT (number of bits needed for the block)
+ 6 RD (rate distoration optimal, slow)
7 ZERO (0)
+256 (use chroma too, doesnt work with b frames currently)
Tip: SAD is fast, SATD is good