Go to the documentation of this file.00001
00006
00007
00008
00009
00010
00011
00012
00013
00014 #ifndef VL_IMOPV_SSE2_H
00015 #define VL_IMOPV_SSE2_H
00016
00017 #include "generic.h"
00018
00019 #ifndef VL_DISABLE_SSE2
00020
00021 VL_EXPORT
00022 void _vl_imconvcol_vf_sse2 (float* dst, vl_size dst_stride,
00023 float const* src,
00024 vl_size src_width, vl_size src_height, vl_size src_stride,
00025 float const* filt, vl_index filt_begin, vl_index filt_end,
00026 int step, unsigned int flags) ;
00027
00028 VL_EXPORT
00029 void _vl_imconvcol_vd_sse2 (double* dst, vl_size dst_stride,
00030 double const* src,
00031 vl_size src_width, vl_size src_height, vl_size src_stride,
00032 double const* filt, vl_index filt_begin, vl_index filt_end,
00033 int step, unsigned int flags) ;
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051 #endif
00052
00053
00054 #endif