Searched refs:CV_8SC3 (Results 1 – 7 of 7) sorted by relevance
17 CV_8SC1 = CV_8SC(1), CV_8SC2 = CV_8SC(2), CV_8SC3 = CV_8SC(3), CV_8SC4 = CV_8SC(4), field in CvType
124 #define CV_8SC3 CV_MAKETYPE(CV_8S,3) macro
852 tab->fn_2d[CV_8SC3] = (void*)icv##FUNCNAME##_8s_C3##FLAG; \
488 #define CV_8SC3 CV_MAKETYPE(CV_8S,3) macro
1338 PUBLISH(CV_8SC3);
3176 type == CV_8SC3 ? (ippiMaskNormDiffFuncC3)ippiNormDiff_Inf_8s_C3CMR : in norm()3182 type == CV_8SC3 ? (ippiMaskNormDiffFuncC3)ippiNormDiff_L1_8s_C3CMR : in norm()3188 type == CV_8SC3 ? (ippiMaskNormDiffFuncC3)ippiNormDiff_L2_8s_C3CMR : in norm()
374 tab->fn_2d[CV_8SC3] = (void*)icvCopy##_8u_##FROM##3##TO##3R; \