< prev index next >

src/java.desktop/share/native/libmlib_image/mlib_ImageFilters.h

Print this page
rev 59106 : imported patch client


  31 
  32 #ifdef __cplusplus
  33 extern "C" {
  34 #endif /* __cplusplus */
  35 
  36 /*
  37  *    These tables are used by C and VIS versions
  38  *    of the following functions:
  39  *      mlib_ImageRotate(Index)
  40  *      mlib_ImageAffine(Index)
  41  *      mlib_ImageZoom(Index)
  42  *      mlib_ImageGridWarp
  43  *      mlib_ImagePolynomialWarp
  44  */
  45 
  46 extern const mlib_f32 mlib_filters_u8f_bc[];
  47 extern const mlib_f32 mlib_filters_u8f_bc2[];
  48 extern const mlib_f32 mlib_filters_s16f_bc[];
  49 extern const mlib_f32 mlib_filters_s16f_bc2[];
  50 
  51 #ifndef __sparc
  52 
  53 extern const mlib_s16 mlib_filters_u8_bc[];
  54 extern const mlib_s16 mlib_filters_u8_bc2[];
  55 extern const mlib_s16 mlib_filters_s16_bc[];
  56 extern const mlib_s16 mlib_filters_s16_bc2[];
  57 
  58 #endif /* __sparc */
  59 
  60 #ifdef __cplusplus
  61 }
  62 #endif /* __cplusplus */
  63 #endif /* __MLIB_IMAGEFILTERS_H */


  31 
  32 #ifdef __cplusplus
  33 extern "C" {
  34 #endif /* __cplusplus */
  35 
  36 /*
  37  *    These tables are used by C and VIS versions
  38  *    of the following functions:
  39  *      mlib_ImageRotate(Index)
  40  *      mlib_ImageAffine(Index)
  41  *      mlib_ImageZoom(Index)
  42  *      mlib_ImageGridWarp
  43  *      mlib_ImagePolynomialWarp
  44  */
  45 
  46 extern const mlib_f32 mlib_filters_u8f_bc[];
  47 extern const mlib_f32 mlib_filters_u8f_bc2[];
  48 extern const mlib_f32 mlib_filters_s16f_bc[];
  49 extern const mlib_f32 mlib_filters_s16f_bc2[];
  50 


  51 extern const mlib_s16 mlib_filters_u8_bc[];
  52 extern const mlib_s16 mlib_filters_u8_bc2[];
  53 extern const mlib_s16 mlib_filters_s16_bc[];
  54 extern const mlib_s16 mlib_filters_s16_bc2[];


  55 
  56 #ifdef __cplusplus
  57 }
  58 #endif /* __cplusplus */
  59 #endif /* __MLIB_IMAGEFILTERS_H */
< prev index next >