Searched refs:CV_8UC4 (Results 1 – 8 of 8) sorted by relevance
912 else if( type == CV_8UC4 ) in icvMorphOp()942 else if( type == CV_8UC4 ) in icvMorphOp()1013 else if( type == CV_8UC4 ) in icvMorphOp()
679 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()
1389 src_type == CV_8UC4 ? icvFilterBox_8u_C4R_p : in cvSmooth()1399 src_type == CV_8UC4 ? icvFilterMedian_8u_C4R_p : 0; in cvSmooth()
2436 else if( type == CV_8UC4 ) in icvIPPSepFilter()2639 type == CV_8UC4 ? (CvFilterIPPFunc)icvFilter_8u_C4R_p : in cvFilter2D()
848 tab->fn_2d[CV_8UC4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \
483 #define CV_8UC4 CV_MAKETYPE(CV_8U,4) macro
371 tab->fn_2d[CV_8UC4] = (void*)icvCopy##_8u_##FROM##4##TO##4R; \
1787 ipp_func = type == CV_8UC4 ? icvColorToGray_8u_AC4C1R_p : in cvTransform()