comparison DOCS/man/en/mplayer.1 @ 11910:2f54892f0598

quantizer noise shaping
author michael
date Mon, 02 Feb 2004 14:19:55 +0000
parents 47e9cd92d163
children bca87badd7ee
comparison
equal deleted inserted replaced
11909:2c55dae79df1 11910:2f54892f0598
4890 Tip: a more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR 4890 Tip: a more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR
4891 .TP 4891 .TP
4892 .B nr=<0\-100000> 4892 .B nr=<0\-100000>
4893 noise reduction, 0 is disabled 4893 noise reduction, 0 is disabled
4894 .TP 4894 .TP
4895 .B qns=<0\-3>
4896 quantizer noise shaping, reduces ringing artefacts, larger values are slower
4897 but may not result in better quality
4898 .PD 0
4899 .RSs
4900 .IPs 0
4901 disabled (default)
4902 .IPs 1
4903 only lower the absolute value of coefficients
4904 .IPs 2
4905 only change coefficients before the last non zero coefficient + 1
4906 .IPs 3
4907 try all
4908 .RE
4909 .PD 1
4910 .TP
4895 .B inter_matrix=<comma separated matrix> 4911 .B inter_matrix=<comma separated matrix>
4896 Use custom inter matrix. It needs a comma separated string of 64 integers. 4912 Use custom inter matrix. It needs a comma separated string of 64 integers.
4897 .TP 4913 .TP
4898 .B intra_matrix=<comma separated matrix> 4914 .B intra_matrix=<comma separated matrix>
4899 Use custom intra matrix. It needs a comma separated string of 64 integers. 4915 Use custom intra matrix. It needs a comma separated string of 64 integers.