imopv_sse2.h
Go to the documentation of this file.
00001 
00006 /*
00007 Copyright (C) 2007-12 Andrea Vedaldi and Brian Fulkerson.
00008 All rights reserved.
00009 
00010 This file is part of the VLFeat library and is made available under
00011 the terms of the BSD license (see the COPYING file).
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 VL_EXPORT
00037 void _vl_imconvcoltri_vf_sse2 (float* dst, int dst_stride,
00038                                float const* src,
00039                                int src_width, int src_height, int src_stride,
00040                                int filt_size,
00041                                int step, unsigned int flags) ;
00042 
00043 VL_EXPORT
00044 void _vl_imconvcoltri_vd_sse2 (double* dst, int dst_stride,
00045                                double const* src,
00046                                int src_width, int src_height, int src_stride,
00047                                int filt_size,
00048                                int step, unsigned int flags) ;
00049 */
00050 
00051 #endif
00052 
00053 /* VL_IMOPV_SSE2_H */
00054 #endif


libvlfeat
Author(s): Andrea Vedaldi
autogenerated on Thu Jun 6 2019 20:25:51