yuvdenoise was coredumping on a G4/PPC system. The calculations of buffer
size apparently either differed between denoise.c (memcpu at line 789) and
main.c or there's a GCC optmizer bug on OS/X. Cut&Pasting the size calc
from denoise.c to main.c fixed the problem