www.pudn.com > vcmatlab20060426WaterMark.zip > images_private_dct.hpp
//
// MATLAB Compiler: 2.2
// Date: Mon May 16 12:44:11 2005
// Arguments: "-B" "macro_default" "-O" "all" "-O" "fold_scalar_mxarrays:on"
// "-O" "fold_non_scalar_mxarrays:on" "-O" "optimize_integer_for_loops:on" "-O"
// "array_indexing:on" "-O" "optimize_conditionals:on" "-B" "sglcpp" "-p" "-W"
// "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h" "libmmfile.mlib" "-W" "mainhg"
// "libmwsglm.mlib" "-l" "-p" "-W" "main" "-L" "Cpp" "-t" "-T" "link:exe" "-h"
// "libmmfile.mlib" "-h" "C_dct2"
//
#ifndef __images_private_dct_hpp
#define __images_private_dct_hpp 1
#include "libmatlb.hpp"
extern void InitializeModule_images_private_dct();
extern void TerminateModule_images_private_dct();
extern _mexLocalFunctionTable _local_function_table_images_private_dct;
extern mwArray images_private_dct(mwArray a = mwArray::DIN,
mwArray n = mwArray::DIN);
#ifdef __cplusplus
extern "C"
#endif
void mlxImages_private_dct(int nlhs,
mxArray * plhs[],
int nrhs,
mxArray * prhs[]);
#endif