Searched refs:CV_8UC4 (Results 1 - 8 of 8) sorted by relevance

/external/opencv/cv/src/
H A Dcvmorph.cpp912 else if( type == CV_8UC4 )
942 else if( type == CV_8UC4 )
1013 else if( type == CV_8UC4 )
H A Dcvimgwarp.cpp679 type == CV_8UC4 ? icvResize_8u_C4R_p :
1141 type == CV_8UC4 ? icvWarpAffineBack_8u_C4R_p :
1412 type == CV_8UC4 ? icvWarpPerspectiveBack_8u_C4R_p :
1438 type == CV_8UC4 ? icvWarpPerspective_8u_C4R_p :
2041 CV_MAT_TYPE(src->type) != CV_8UC4 )
2053 type == CV_8UC4 ? icvRemap_8u_C4R_p :
H A Dcvsmooth.cpp1389 src_type == CV_8UC4 ? icvFilterBox_8u_C4R_p :
1399 src_type == CV_8UC4 ? icvFilterMedian_8u_C4R_p : 0;
H A Dcvfilter.cpp2436 else if( type == CV_8UC4 )
2639 type == CV_8UC4 ? (CvFilterIPPFunc)icvFilter_8u_C4R_p :
/external/opencv/cxcore/include/
H A Dcxmisc.h848 tab->fn_2d[CV_8UC4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \
H A Dcxtypes.h483 #define CV_8UC4 CV_MAKETYPE(CV_8U,4) macro
/external/opencv/cxcore/src/
H A Dcxconvert.cpp371 tab->fn_2d[CV_8UC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \
H A Dcxmatmul.cpp1787 ipp_func = type == CV_8UC4 ? icvColorToGray_8u_AC4C1R_p :

Completed in 879 milliseconds