Home
last modified time | relevance | path

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

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