diff options
author | Ankitr19 | 2017-07-04 15:33:41 +0530 |
---|---|---|
committer | Ankitr19 | 2017-07-04 15:33:41 +0530 |
commit | 5b9f48de8fe9af5d4b4a3bea0eb3baacd2bc7950 (patch) | |
tree | 7f2f4c1784898f975c05095b505f047d77361d87 /interfaces/int_imag.h | |
parent | afae3013c86d26dc1b233228431be208705acff0 (diff) | |
parent | a3dfa2a4069740517ca6e83f99dd4e0dbb71c377 (diff) | |
download | Scilab2C_fossee_old-5b9f48de8fe9af5d4b4a3bea0eb3baacd2bc7950.tar.gz Scilab2C_fossee_old-5b9f48de8fe9af5d4b4a3bea0eb3baacd2bc7950.tar.bz2 Scilab2C_fossee_old-5b9f48de8fe9af5d4b4a3bea0eb3baacd2bc7950.zip |
New functions added and rpi issues resolved
Diffstat (limited to 'interfaces/int_imag.h')
-rw-r--r-- | interfaces/int_imag.h | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/interfaces/int_imag.h b/interfaces/int_imag.h deleted file mode 100644 index 6e6b736..0000000 --- a/interfaces/int_imag.h +++ /dev/null @@ -1,50 +0,0 @@ -/* - * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab - * Copyright (C) 2008-2008 - INRIA - Arnaud Torset - * - * This file must be used under the terms of the CeCILL. - * This source file is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms - * are also available at - * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - * - */ - -/* THIS IS AN AUTOMATICALLY GENERATED FILE : DO NOT EDIT BY HAND. */ - -#ifndef __INT_IMAG_H__ -#define __INT_IMAG_H__ - -#define s0imags0(in) 0 - -#define d0imagd0(in) 0 - -#define c0imags0(in) cimags(in) - -#define z0imagd0(in) zimags(in) - -#define u80imagu80(in) 0 - -#define i80imagi80(in) 0 - -#define u160imagu160(in) 0 - -#define i160imagi160(in) 0 - -#define s2imags2(in,size,out) szerosa(out,size[0],size[1]) - -#define d2imagd2(in,size,out) dzerosa(out,size[0],size[1]) - -#define c2imags2(in,size,out) cimaga(in, size[0]*size[1], out) - -#define z2imagd2(in,size,out) zimaga(in, size[0]*size[1], out) - -#define u82imagu82(in,size,out) u8zerosa(out,size[0],size[1]) - -#define i82imagi82(in,size,out) i8zerosa(out,size[0],size[1]) - -#define u162imagu162(in,size,out) u16zerosa(out,size[0],size[1]) - -#define i162imagi162(in,size,out) i16zerosa(out,size[0],size[1]) - -#endif /* !__INT_IMAG_H__ */ |