VLFeat.org

API docs

  • Home
    • Download and Install
    • API docs
    • Matlab docs
    • About VLFeat
  • Tutorials
    • SIFT
    • MSER
    • IKM
    • HIKM
    • AIB
    • Utils
  • Main Page
  • Related Pages
  • Data Structures
  • Files
  • Examples

imopv_sse2.h

Go to the documentation of this file.
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 VL_EXPORT
00030 void _vl_imconvcoltri_vf_sse2 (float* dst, int dst_stride,
00031                                float const* src,
00032                                int src_width, int src_height, int src_stride,
00033                                int filt_size,
00034                                int step, unsigned int flags) ;
00035 
00036 VL_EXPORT
00037 void _vl_imconvcoltri_vd_sse2 (double* dst, int dst_stride,
00038                                double const* src,
00039                                int src_width, int src_height, int src_stride,
00040                                int filt_size,
00041                                int step, unsigned int flags) ;
00042 */
00043 
00044 #endif
00045 
00046 /* VL_IMOPV_SSE2_H */
00047 #endif
Copyright © 2008 Andrea Vedaldi and Brian Fulkerson