Home
last modified time | relevance | path

Searched refs:CV_PLUGIN_IPPI (Results 1 – 4 of 4) sorted by relevance

/external/opencv/cxcore/src/
D_cxipp.h64 CV_PLUGINS1(CV_PLUGIN_IPPI), \
92 "ippi" #name "_8u_C1RSfs", CV_PLUGINS1(CV_PLUGIN_IPPI), \
96 "ippi" #name "_16u_C1RSfs", CV_PLUGINS1(CV_PLUGIN_IPPI), \
100 "ippi" #name "_16s_C1RSfs", CV_PLUGINS1(CV_PLUGIN_IPPI), \
104 "ippi" #name "_32s_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
108 "ippi" #name "_32f_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
112 "ippi" #name "_64f_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
138 IPCVAPI_EX( CvStatus, icvNot_8u_C1R, "ippiNot_8u_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI),
270 "ippiSum_" #flavor "_C1R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
274 "ippiSum_" #flavor "_C2R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
[all …]
Dcxswitcher.cpp568 plugins[CV_PLUGIN_IPPI].basename = "ippi"; in cvUseOptimized()
/external/opencv/cv/src/
D_cvipp.h51 "ippiCopy" #bordertype "Border_" #flavor "R", CV_PLUGINS1(CV_PLUGIN_IPPI), \
56 "ippiCopy" #bordertype "Border_" #flavor "IR", CV_PLUGINS1(CV_PLUGIN_IPPI), \
75 "ippiMoments" #ipp_suffix "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
84 "ippiMomentInitAlloc_64f", CV_PLUGINS1(CV_PLUGIN_IPPI),
88 "ippiMomentFree_64f", CV_PLUGINS1(CV_PLUGIN_IPPI),
92 "ippiGetSpatialMoment_64f", CV_PLUGINS1(CV_PLUGIN_IPPI),
200 "ippiResize_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
221 "ippiWarpAffineBack_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
238 "ippiWarpPerspectiveBack_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
256 "ippiWarpPerspective_" #flavor "_C" #cn "R", CV_PLUGINS1(CV_PLUGIN_IPPI),\
[all …]
/external/opencv/cxcore/include/
Dcxmisc.h647 #define CV_PLUGIN_IPPI 3 /* IPP: image processing */ macro