Searched refs:CV_32FC4 (Results 1 – 8 of 8) sorted by relevance
930 else if( type == CV_32FC4 ) in icvMorphOp()960 else if( type == CV_32FC4 ) in icvMorphOp()1031 else if( type == CV_32FC4 ) in icvMorphOp()
685 type == CV_32FC4 ? icvResize_32f_C4R_p : 0; in cvResize()1144 type == CV_32FC4 ? icvWarpAffineBack_32f_C4R_p : 0; in cvWarpAffine()1415 type == CV_32FC4 ? icvWarpPerspectiveBack_32f_C4R_p : 0; in cvWarpPerspective()1441 type == CV_32FC4 ? icvWarpPerspective_32f_C4R_p : 0; in cvWarpPerspective()2056 type == CV_32FC4 ? icvRemap_32f_C4R_p : 0; in cvRemap()
2448 else if( type == CV_32FC4 ) in icvIPPSepFilter()2645 type == CV_32FC4 ? (CvFilterIPPFunc)icvFilter_32f_C4R_p : 0; in cvFilter2D()
1392 src_type == CV_32FC4 ? icvFilterBox_32f_C4R_p : 0; in cvSmooth()
873 tab->fn_2d[CV_32FC4] = (void*)icv##FUNCNAME##_32f_C4##FLAG; \
513 #define CV_32FC4 CV_MAKETYPE(CV_32F,4) macro
391 tab->fn_2d[CV_32FC4] = (void*)icvCopy##_32f_##FROM##4##TO##4R; \
1773 type == CV_32FC4 && fabs(buffer[4]) < DBL_EPSILON && in cvTransform()1790 type == CV_32FC4 ? icvColorToGray_32f_AC4C1R_p : 0; in cvTransform()