[MPlayer-dev-eng] [PATCH] 2d denoiser, second edition
Corey Hickey
bugfood-ml at fatooh.org
Fri Sep 12 21:38:02 CEST 2003
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'
make[2]: *** [vf_hqdnsm.o] Error 1
make[2]: Leaving directory `/usr/local/src/mplayer/main/libmpcodecs'
make[1]: *** [libmpcodecs/libmpcodecs.a] Error 2
make[1]: Leaving directory `/usr/local/src/mplayer/main'
make: *** [build-stamp] Error 2
More information about the MPlayer-dev-eng
mailing list