[MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c,	1.115, 1.116 Makefile, 1.144, 1.145
    Diego Biurrun 
    diego at biurrun.de
       
    Mon Jul 25 20:49:57 CEST 2005
    
        - Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c,	1.115, 1.116 Makefile, 1.144, 1.145
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c,	1.115, 1.116 Makefile, 1.144, 1.145
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
On Sat, Jul 09, 2005 at 09:49:53AM +0200, Michael Niedermayer CVS wrote:
> 
> Added Files:
> 	vf_pp7.c 
> Log Message:
> pp7 filter (spp=6 filter with 7 point dct where only the center sample is used after idct)
> these differences from spp lead to a few nice symmetries which significantly reduce the computational cost
Michael, is this a correct description of your filter?
  pp7[=qp[:mode]]
    Variant of the spp filter, similar to spp=6 with 7 point DCT where
    only the center sample is used after IDCT.
    <qp>
      Force quantization parameter (default: 0, use QP from video).
    <mode>
      0: hard thresholding
      1: soft thresholding (better deringing, but blurrier)
      2: medium thresholding (default)
Maybe you can fill in a comment about medium thresholding..
Diego
    
    
        
	- Previous message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c,	1.115, 1.116 Makefile, 1.144, 1.145
- Next message: [MPlayer-cvslog] CVS: main/libmpcodecs vf_pp7.c, NONE, 1.1 vf.c,	1.115, 1.116 Makefile, 1.144, 1.145
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list