Searched defs:load_macro (Results 1 – 6 of 6) sorted by relevance
/external/opencv/cv/src/ |
D | cvimgwarp.cpp | 322 #define ICV_DEF_RESIZE_AREA_FUNC( flavor, arrtype, load_macro, cast_macro ) \ argument 415 #define ICV_DEF_RESIZE_BICUBIC_FUNC( flavor, arrtype, worktype, load_macro, \ argument 1225 #define ICV_DEF_WARP_PERSPECTIVE_BILINEAR_FUNC( flavor, arrtype, load_macro, cast_macro )\ argument 1608 #define ICV_DEF_REMAP_BILINEAR_FUNC( flavor, arrtype, load_macro, cast_macro ) \ argument 1657 load_macro, cast_macro1, cast_macro2 ) \ argument
|
D | cvfilter.cpp | 1035 #define ICV_FILTER_ROW( flavor, srctype, dsttype, load_macro ) \ argument 1082 #define ICV_FILTER_ROW_SYMM( flavor, srctype, dsttype, load_macro ) \ argument 2209 #define ICV_FILTER( flavor, arrtype, worktype, load_macro, \ argument
|
D | cvderiv.cpp | 485 #define ICV_LAPLACE_ROW( flavor, srctype, dsttype, load_macro ) \ argument
|
/external/opencv/cxcore/src/ |
D | cxmatmul.cpp | 2321 #define ICV_DOT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \ argument 2377 #define ICV_EXT_PRODUCT_CASE( flavor, srctype, avgtype, load_macro ) \ argument 2852 #define ICV_DEF_MULTRANS_R_FUNC( flavor, srctype, dsttype, load_macro ) \ argument 2990 #define ICV_DEF_MULTRANS_L_FUNC( flavor, srctype, dsttype, load_macro ) \ argument
|
D | cxsumpixels.cpp | 683 __op__, load_macro ) \ argument
|
D | cxarithm.cpp | 1821 #define ICV_DEF_ADD_WEIGHTED_OP(flavor, arrtype, worktype, load_macro, \ argument
|