1 /*
   2  * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 
  27 #ifndef __MLIB_C_IMAGETHRESH1_H
  28 #define __MLIB_C_IMAGETHRESH1_H
  29 
  30 #ifdef __cplusplus
  31 extern "C" {
  32 #endif /* __cplusplus */
  33 
  34 /***************************************************************/
  35 #define PARAMS                                                  \
  36   void     *psrc,                                               \
  37   void     *pdst,                                               \
  38   mlib_s32 src_stride,                                          \
  39   mlib_s32 dst_stride,                                          \
  40   mlib_s32 width,                                               \
  41   mlib_s32 height,                                              \
  42   void     *__thresh,                                           \
  43   void     *__ghigh,                                            \
  44   void     *__glow
  45 
  46 void mlib_c_ImageThresh1_D641(PARAMS);
  47 void mlib_c_ImageThresh1_D642(PARAMS);
  48 void mlib_c_ImageThresh1_D643(PARAMS);
  49 void mlib_c_ImageThresh1_D644(PARAMS);
  50 void mlib_c_ImageThresh1_D641_1B(PARAMS, mlib_s32 dbit_off);
  51 void mlib_c_ImageThresh1_D642_1B(PARAMS, mlib_s32 dbit_off);
  52 void mlib_c_ImageThresh1_D643_1B(PARAMS, mlib_s32 dbit_off);
  53 void mlib_c_ImageThresh1_D644_1B(PARAMS, mlib_s32 dbit_off);
  54 
  55 void mlib_c_ImageThresh1_F321(PARAMS);
  56 void mlib_c_ImageThresh1_F322(PARAMS);
  57 void mlib_c_ImageThresh1_F323(PARAMS);
  58 void mlib_c_ImageThresh1_F324(PARAMS);
  59 void mlib_c_ImageThresh1_F321_1B(PARAMS, mlib_s32 dbit_off);
  60 void mlib_c_ImageThresh1_F322_1B(PARAMS, mlib_s32 dbit_off);
  61 void mlib_c_ImageThresh1_F323_1B(PARAMS, mlib_s32 dbit_off);
  62 void mlib_c_ImageThresh1_F324_1B(PARAMS, mlib_s32 dbit_off);
  63 
  64 void mlib_c_ImageThresh1_S321(PARAMS);
  65 void mlib_c_ImageThresh1_S322(PARAMS);
  66 void mlib_c_ImageThresh1_S323(PARAMS);
  67 void mlib_c_ImageThresh1_S324(PARAMS);
  68 void mlib_c_ImageThresh1_S321_1B(PARAMS, mlib_s32 dbit_off);
  69 void mlib_c_ImageThresh1_S322_1B(PARAMS, mlib_s32 dbit_off);
  70 void mlib_c_ImageThresh1_S323_1B(PARAMS, mlib_s32 dbit_off);
  71 void mlib_c_ImageThresh1_S324_1B(PARAMS, mlib_s32 dbit_off);
  72 
  73 void mlib_c_ImageThresh1_S161(PARAMS);
  74 void mlib_c_ImageThresh1_S162(PARAMS);
  75 void mlib_c_ImageThresh1_S163(PARAMS);
  76 void mlib_c_ImageThresh1_S164(PARAMS);
  77 void mlib_c_ImageThresh1_S161_1B(PARAMS, mlib_s32 dbit_off);
  78 void mlib_c_ImageThresh1_S162_1B(PARAMS, mlib_s32 dbit_off);
  79 void mlib_c_ImageThresh1_S163_1B(PARAMS, mlib_s32 dbit_off);
  80 void mlib_c_ImageThresh1_S164_1B(PARAMS, mlib_s32 dbit_off);
  81 
  82 void mlib_c_ImageThresh1_U161(PARAMS);
  83 void mlib_c_ImageThresh1_U162(PARAMS);
  84 void mlib_c_ImageThresh1_U163(PARAMS);
  85 void mlib_c_ImageThresh1_U164(PARAMS);
  86 void mlib_c_ImageThresh1_U161_1B(PARAMS, mlib_s32 dbit_off);
  87 void mlib_c_ImageThresh1_U162_1B(PARAMS, mlib_s32 dbit_off);
  88 void mlib_c_ImageThresh1_U163_1B(PARAMS, mlib_s32 dbit_off);
  89 void mlib_c_ImageThresh1_U164_1B(PARAMS, mlib_s32 dbit_off);
  90 
  91 void mlib_c_ImageThresh1_U81(PARAMS);
  92 void mlib_c_ImageThresh1_U82(PARAMS);
  93 void mlib_c_ImageThresh1_U83(PARAMS);
  94 void mlib_c_ImageThresh1_U84(PARAMS);
  95 void mlib_c_ImageThresh1_U81_1B(PARAMS, mlib_s32 dbit_off);
  96 void mlib_c_ImageThresh1_U82_1B(PARAMS, mlib_s32 dbit_off);
  97 void mlib_c_ImageThresh1_U83_1B(PARAMS, mlib_s32 dbit_off);
  98 void mlib_c_ImageThresh1_U84_1B(PARAMS, mlib_s32 dbit_off);
  99 
 100 #ifdef __cplusplus
 101 }
 102 #endif /* __cplusplus */
 103 #endif /* __MLIB_C_IMAGETHRESH1_H */