00001 /* Copyright 1993-1996 by J.O. Smith (jos@ccrma.stanford.edu). All rights reserved. */ 00002 typedef struct _scaleupVars { 00003 pp input; 00004 pp output; 00005 word scaleUp; 00006 } scaleupVars; 00007 00008 extern void scaleup(scaleupVars *a); 00009 00010 00011 00012