Mercurial > mplayer.hg
changeset 8959:106f6f651467
2 new compare functions ...
author | michael |
---|---|
date | Wed, 15 Jan 2003 19:33:01 +0000 |
parents | 56bf90cefb10 |
children | 42b68a18a9e4 |
files | DOCS/tech/libavc-options.txt |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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