Searched refs:CV_16SC3 (Results 1 - 6 of 6) sorted by relevance

/external/opencv/cxcore/include/
H A Dcxmisc.h862 tab->fn_2d[CV_16SC3] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \
H A Dcxtypes.h500 #define CV_16SC3 CV_MAKETYPE(CV_16S,3) macro
/external/opencv/cxcore/src/
H A Dcxconvert.cpp382 tab->fn_2d[CV_16SC3] = (void*)icvCopy##_16s_##FROM##3##TO##3R; \
H A Dcxmatmul.cpp1771 type == CV_16SC3 ? icvColorTwist_16s_C3R_p :
1784 type == CV_16SC3 ? icvColorToGray_16s_C3C1R_p :
/external/opencv/cv/src/
H A Dcvcalibration.cpp2635 (CV_MAT_TYPE(dtype) == CV_16SC3 || CV_MAT_TYPE(dtype) == CV_32FC3) );
2669 if( dtype == CV_16SC3 )
H A Dcvfilter.cpp2440 else if( type == CV_16SC3 )
2641 type == CV_16SC3 ? (CvFilterIPPFunc)icvFilter_16s_C3R_p :

Completed in 89 milliseconds