[x264-devel] [PATCH]adaptive lowpass

Loren Merritt lorenm at u.washington.edu
Tue Jun 26 19:27:19 CEST 2007


On Tue, 26 Jun 2007, Gabriel Bouvigne wrote:

> This patch adds a --lowpass option that does an adaptive lowpass of input, 
> according to Qp level.
> It's a bit similar to the --nr option, except it really does a lowpass (with 
> a transition band) instead of a noise-gate.
>
> It will increase SSIM by a very tiny amount, but will reduce PSNR 
> significantly.
> When you are into the high Qp range (which you should avoid, btw), it helps 
> reducing a bit the big flat quantized areas.

There shouldn't be any zigzag involved in your code. The input of 
x264_lowpass_dct comes straight from sub*_dct without reordering.

Skip the whole process if QP is sufficiently low that it does nothing. 
This would both improve speed and eliminate half of the table.

Aside from being adaptive, does lowpass provide any benefit over a CQM 
which quantizes the high frequencies more?

--Loren Merritt
_______________________________________________
x264-devel mailing list
x264-devel at videolan.org
http://mailman.videolan.org/listinfo/x264-devel



More information about the x264-devel mailing list