diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-15 19:33:01 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-15 19:33:01 +0000 |
commit | 01a72e19fa20b8ec03bf51404b4fe34695687771 (patch) | |
tree | 28e647b1c56a80ae144d0067adf8326d8124dcd7 /DOCS/tech/libavc-options.txt | |
parent | 67218a1e0a8d260f0a010cf592f6fd89f939b929 (diff) |
2 new compare functions ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8960 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/libavc-options.txt')
-rw-r--r-- | DOCS/tech/libavc-options.txt | 2 |
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 |