[MPlayer-dev-eng] [PATCH] 2d denoiser, second edition

D Richard Felker III dalias at aerifal.cx
Fri Sep 12 22:10:11 CEST 2003


On Fri, Sep 12, 2003 at 12:38:02PM -0700, Corey Hickey wrote:
> Michael A Baikov wrote:
> >Ok here goes next version of 2d denoiser filter. Fixed some bugs.
> >                                                                                               
> >To: Michael Niedermayer
> > Yes, algorithm looks like sab, but because of those additions, it differ.
> >Moreover, I want to add even more intresting additions to improve quality
> >(dualpass filtrating and multipass selfadaptation filtrating). So, let sab
> >stays as sab, and hqdnsm stays as hqdnsm.
> >                                                                                               
> > Thanks for bughunting.
> >
> 
> I just applied your patch to current CVS, and make died with the errors
> shown below. If you want any more information, please tell me.
> 
> -Corey
> 
> gcc-3.2 -c -W -Wall -Wno-unused-parameter -O2 -march=athlon-4 
> -mcpu=athlon-4 -g3  -D_REENTRANT -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -I. -Inative -I.. -I../libmpdemux -I../loader 
> -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include 
> -D_GNU_SOURCE -o vf_hqdnsm.o vf_hqdnsm.c
> vf_hqdnsm.c: In function `scanC':
> vf_hqdnsm.c:182: warning: comparison between signed and unsigned
> vf_hqdnsm.c:192: warning: comparison between signed and unsigned
> vf_hqdnsm.c:174: warning: unused variable `passl'
> vf_hqdnsm.c:174: warning: unused variable `passr'
> vf_hqdnsm.c:174: warning: unused variable `color'
> vf_hqdnsm.c: In function `smartSmooth':
> vf_hqdnsm.c:353: warning: `i' might be used uninitialized in this function
> vf_hqdnsm.c:204: can't find a register in class `GENERAL_REGS' while 
> reloading `asm'
> vf_hqdnsm.c:204: can't find a register in class `GENERAL_REGS' while 
> reloading `asm'
> vf_hqdnsm.c:204: can't find a register in class `GENERAL_REGS' while 
> reloading `asm'

Uhg, it's using some kinda new gcc3-specific asm syntax! :(

Rich



More information about the MPlayer-dev-eng mailing list