quantizer --> quantization as pointed out by Attila

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2004-09-25 23:23:23 +00:00
parent 9a8e2c14dc
commit 862537d240
1 changed files with 6 additions and 6 deletions

View File

@ -3164,7 +3164,7 @@ debug:
.br .br
8: macroblock (MB) type 8: macroblock (MB) type
.br .br
16: quantizer parameter (QP) 16: quantization parameter (QP)
.br .br
32: motion vector 32: motion vector
.br .br
@ -3786,7 +3786,7 @@ simple postprocessing filter
.IPs quality .IPs quality
0\-6 (default: 3) 0\-6 (default: 3)
.IPs qp\ \ \ .IPs qp\ \ \
force quantization parameter (default: 0, use QP from video) Force quantization parameter (default: 0, use QP from video).
.IPs mode\ \ \ .IPs mode\ \ \
0: hard thresholding (default) 0: hard thresholding (default)
.br .br
@ -3795,7 +3795,7 @@ force quantization parameter (default: 0, use QP from video)
. .
.TP .TP
.B qp=equation .B qp=equation
quantizer parameter (QP) change filter quantization parameter (QP) change filter
.RSs .RSs
.IPs equation .IPs equation
some equation like "2+2*sin(PI*qp)" some equation like "2+2*sin(PI*qp)"
@ -6082,7 +6082,7 @@ the minimum of error and lambda*bits.
.PD 0 .PD 0
.RSs .RSs
.IPs lambda .IPs lambda
quantizer parameter (QP) dependant constant quantization parameter (QP) dependant constant
.IPs bits\ .IPs bits\
amount of bits needed to encode the block amount of bits needed to encode the block
.IPs error .IPs error
@ -6103,7 +6103,7 @@ This has no effect if mbd=0.
. .
.TP .TP
.B qprd (mbd=2 only) .B qprd (mbd=2 only)
rate distorted optimal quantizer parameter (QP) for the given rate distorted optimal quantization parameter (QP) for the given
lambda of each macroblock lambda of each macroblock
. .
.TP .TP
@ -6813,7 +6813,7 @@ This selects the quantizer to use.
20\-40 is a useful range (default: 26). 20\-40 is a useful range (default: 26).
Lower values result in better fidelity, but higher bitrates. Lower values result in better fidelity, but higher bitrates.
Note that quantization in H.264 works differently from MPEG[124]. Note that quantization in H.264 works differently from MPEG[124].
H.264's quantizer parameter (QP) is on a logarithmic scale. H.264's quantization parameter (QP) is on a logarithmic scale.
As an example, the bitrate difference between QP=20 and QP=40 As an example, the bitrate difference between QP=20 and QP=40
is about a factor of 10. is about a factor of 10.
Useful quantizers in H.264 tend to be very large compared to MPEG[124]. Useful quantizers in H.264 tend to be very large compared to MPEG[124].