mirror of https://github.com/mpv-player/mpv
2 new compare functions ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8961 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
01a72e19fa
commit
c694377e33
|
@ -2820,6 +2820,10 @@ comparison function for sub pel motion estimation
|
|||
.br
|
||||
4 (PSNR): sum of the squared quantization errors
|
||||
.br
|
||||
5 (BIT): number of bits needed for the block
|
||||
.br
|
||||
6 (RD): rate distoration optimal, slow
|
||||
.br
|
||||
7 (ZERO): 0
|
||||
.br
|
||||
+256: use chroma too, doesnt work with b frames currently
|
||||
|
|
Loading…
Reference in New Issue