00001
00007 #ifndef VL_IMOPV_SSE2_H
00008 #define VL_IMOPV_SSE2_H
00009
00010 #include "generic.h"
00011
00012 #ifdef VL_SUPPORT_SSE2
00013
00014 VL_EXPORT
00015 void _vl_imconvcol_vf_sse2 (float* dst, int dst_stride,
00016 float const* src,
00017 int src_width, int src_height, int src_stride,
00018 float const* filt, int filt_begin, int filt_end,
00019 int step, unsigned int flags) ;
00020
00021 VL_EXPORT
00022 void _vl_imconvcol_vd_sse2 (double* dst, int dst_stride,
00023 double const* src,
00024 int src_width, int src_height, int src_stride,
00025 double const* filt, int filt_begin, int filt_end,
00026 int step, unsigned int flags) ;
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044 #endif
00045
00046
00047 #endif