# HG changeset patch # User michael # Date 1042659181 0 # Node ID 106f6f6514677c0c8c5295066df89b7854f08e8f # Parent 56bf90cefb10d98306def217c34ad86f5bb145c5 2 new compare functions ... diff -r 56bf90cefb10 -r 106f6f651467 DOCS/tech/libavc-options.txt --- 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