Main Page | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals

g1fwt.h

Go to the documentation of this file.
00001 // g1fwt.cpp
00002 //////////////////////////////////////////////////////////////////////
00003 //          (c) Copyright 2002 Brown Deer Technology, LLC.
00004 //                        All rights reserved.
00005 //////////////////////////////////////////////////////////////////////
00006 
00007 #ifndef _G1FWT_H
00008 #define _G1FWT_H
00009 
00010 int g1fwt( 
00011           const int& Sizef,
00012           const int& ns,
00013           const int& size,
00014           const float* sdata,
00015                 float* wdata
00016 );
00017 
00018 int g1fwt( 
00019           const int& Sizef,
00020           const int& ns,
00021           const int& size,
00022           const double* sdata,
00023                 double* wdata
00024 );
00025 
00026 int g1fwt( 
00027           const int& Sizef,
00028           const int& ns,
00029           const int& size,
00030           const float* sdata,
00031                 float* wdata,
00032                 float* ws
00033 );
00034 
00035 int g1fwt( 
00036           const int& Sizef,
00037           const int& ns,
00038           const int& size,
00039           const double* sdata,
00040                 double* wdata,
00041                 double* ws
00042 );
00043 
00044 #endif
00045 

Generated on Mon May 31 21:38:46 2004 for SR2k4 Assembler by doxygen 1.3.6