comparison 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
comparison
equal deleted inserted replaced
8958:56bf90cefb10 8959:106f6f651467
285 0 SAD (sum of absolute differences) (default) 285 0 SAD (sum of absolute differences) (default)
286 1 SSE (sum of squared errors) 286 1 SSE (sum of squared errors)
287 2 SATD (sum of absolute hadamard transformed differences) 287 2 SATD (sum of absolute hadamard transformed differences)
288 3 DCT (sum of absolute dct transformed differences) 288 3 DCT (sum of absolute dct transformed differences)
289 4 PSNR (sum of the squared quantization errors) 289 4 PSNR (sum of the squared quantization errors)
290 5 BIT (number of bits needed for the block)
291 6 RD (rate distoration optimal, slow)
290 7 ZERO (0) 292 7 ZERO (0)
291 +256 (use chroma too, doesnt work with b frames currently) 293 +256 (use chroma too, doesnt work with b frames currently)
292 Tip: SAD is fast, SATD is good 294 Tip: SAD is fast, SATD is good
293 Tip2: when using SATD for full pel search u should use a larger diamond 295 Tip2: when using SATD for full pel search u should use a larger diamond
294 something like dia=2 or dia=4 296 something like dia=2 or dia=4