diff DOCS/tech/libavc-options.txt @ 8959:106f6f651467

2 new compare functions ...
author michael
date Wed, 15 Jan 2003 19:33:01 +0000
parents c21430ed38a9
children d96539bebdd6
line wrap: on
line diff
--- a/DOCS/tech/libavc-options.txt	Wed Jan 15 17:50:21 2003 +0000
+++ b/DOCS/tech/libavc-options.txt	Wed Jan 15 19:33:01 2003 +0000
@@ -287,6 +287,8 @@
         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