Home
last modified time | relevance | path

Searched refs:CV_INTER_NN (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvimgwarp.cpp686 if( ipp_func && (CV_INTER_NN < method && method < CV_INTER_AREA)) in cvResize()
699 if( method == CV_INTER_NN ) in cvResize()
1146 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA ) in cvWarpAffine()
1370 if( method == CV_INTER_NN || method == CV_INTER_AREA ) in cvWarpPerspective()
1417 if( ipp_func && CV_INTER_NN <= method && method <= CV_INTER_AREA && in cvWarpPerspective()
2074 1 << (method == CV_INTER_NN || method == CV_INTER_LINEAR || in cvRemap()
/external/opencv/cv/include/
Dcv.h260 #define CV_INTER_NN 0 in LOAD_CHDL() macro
/external/opencv/cvaux/src/
Dcvlee.cpp1378 cvResize(pImage, pWorkImage, CV_INTER_NN); in cvVoronoiDiagramFromImage()