From 01a72e19fa20b8ec03bf51404b4fe34695687771 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 15 Jan 2003 19:33:01 +0000 Subject: 2 new compare functions ... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/libavc-options.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'DOCS') 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 -- cgit v1.2.3