Home
last modified time | relevance | path

Searched refs:CV_16U (Results 1 – 21 of 21) sorted by relevance

/external/opencv/cxcore/src/
Dcxtables.cpp52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
Dcxconvert.cpp406 tab->fn_2d[CV_16U] = (void*)icvCopy##_16s_##FROM##TO##CR; \
711 tab->fn_2d[CV_16U] = (void*)icvMixChannels_16u; in icvInitMixChannelsTab()
989 case CV_16U: in icvCvtScaleAbsTo_8u_C1R()
1206 case CV_16U: \
1300 case CV_16U: \
1428 CV_16U, ushort, CV_NOP,
1436 CV_16U, ushort, CV_NOP,
1453 CV_16U, ushort, CV_NOP,
1461 CV_16U, ushort, CV_NOP,
1469 CV_16U, ushort, CV_NOP,
[all …]
Dcxrand.cpp419 fastrng_tab->fn_2d[CV_16U] = (void*)icvRandBits_16u_C1R; in icvInitRandTable()
425 rng_tab->fn_2d[CV_16U] = (void*)icvRand_16u_C1R; in icvInitRandTable()
433 normal_tab->fn_2d[CV_16U] = (void*)icvRandn_16u_C1R; in icvInitRandTable()
Dcxsumpixels.cpp935 sdepth == CV_16U && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_16u32f_C1R : in cvReduce()
936 sdepth == CV_16U && ddepth == CV_64F ? (CvReduceToRowFunc)icvSumRows_16u64f_C1R : in cvReduce()
971 sdepth == CV_16U && ddepth == CV_32F ? in cvReduce()
973 sdepth == CV_16U && ddepth == CV_64F ? in cvReduce()
Dcxmatmul.cpp2362 tabfl->fn_2d[CV_16U] = (void*)icvDotProductShifted_16u32f_C1R; in icvInitDotProductShiftedTable()
2370 tabdb->fn_2d[CV_16U] = (void*)icvDotProductShifted_16u64f_C1R; in icvInitDotProductShiftedTable()
2429 tabfl->fn_2d[CV_16U] = (void*)icvExtProductShifted_16u32f_C1R; in icvInitExtProductShiftedTable()
2437 tabdb->fn_2d[CV_16U] = (void*)icvExtProductShifted_16u64f_C1R; in icvInitExtProductShiftedTable()
3185 stype == CV_16U && dtype == CV_32F ? in cvMulTransposed()
3188 stype == CV_16U && dtype == CV_64F ? in cvMulTransposed()
Dcxcmp.cpp1127 else if( CV_MAT_DEPTH(type) == CV_16U ) in icvMinMaxS()
1402 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D()
Dcxarray.cpp1802 case CV_16U: in cvRawDataToScalar()
1839 case CV_16U: in icvGetReal()
1868 case CV_16U: in icvSetReal()
Dcxutils.cpp1097 else if( type == CV_16U ) in cvSort()
Dcxpersistence.cpp3138 case CV_16U: in cvWriteRawData()
3271 case CV_16U: in cvReadRawDataSlice()
3316 case CV_16U: in cvReadRawDataSlice()
Dcxnorm.cpp896 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \
Dcxarithm.cpp252 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \ in ICV_DEF_BIN_ARI_ALL()
/external/opencv/cxcore/include/
Dcxtypes.h470 #define CV_16U 2 macro
492 #define CV_16UC1 CV_MAKETYPE(CV_16U,1)
493 #define CV_16UC2 CV_MAKETYPE(CV_16U,2)
494 #define CV_16UC3 CV_MAKETYPE(CV_16U,3)
495 #define CV_16UC4 CV_MAKETYPE(CV_16U,4)
496 #define CV_16UC(n) CV_MAKETYPE(CV_16U,(n))
Dcxmisc.h832 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_##FLAG; \
886 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u; \
/external/opencv/cv/src/
Dcvcolor.cpp2261 if( depth != CV_8U && depth != CV_16U && depth != CV_32F ) in cvCvtColor()
2288 depth == CV_16U ? (CvColorCvtFunc1)icvBGR2BGRx_16u_C3C4R : in cvCvtColor()
2301 depth == CV_16U ? (CvColorCvtFunc2)icvBGRx2BGR_16u_CnC3R : in cvCvtColor()
2313 depth == CV_16U ? (CvColorCvtFunc0)icvBGRA2RGBA_16u_C4R : in cvCvtColor()
2376 depth == CV_16U ? (CvColorCvtFunc2)icvBGRx2Gray_16u_CnC1R : in cvCvtColor()
2406 depth == CV_16U ? (CvColorCvtFunc1)icvGray2BGRx_16u_C1CnR : in cvCvtColor()
2450 else if( depth == CV_16U ) in cvCvtColor()
2489 else if( depth == CV_16U ) in cvCvtColor()
Dcvmorph.cpp201 else if( depth == CV_16U ) in init()
214 else if( depth == CV_16U ) in init()
251 else if( depth == CV_16U ) in init()
261 else if( depth == CV_16U ) in init()
Dcvimgwarp.cpp563 bilin_tab->fn_2d[CV_16U] = (void*)icvResize_Bilinear_16u_CnR; in icvInitResizeTab()
567 bicube_tab->fn_2d[CV_16U] = (void*)icvResize_Bicubic_16u_CnR; in icvInitResizeTab()
571 areafast_tab->fn_2d[CV_16U] = (void*)icvResize_AreaFast_16u_CnR; in icvInitResizeTab()
575 area_tab->fn_2d[CV_16U] = (void*)icvResize_Area_16u_CnR; in icvInitResizeTab()
1051 bilin_tab->fn_2d[CV_16U] = (void*)icvWarpAffine_Bilinear_16u_CnR; in icvInitWarpAffineTab()
1320 bilin_tab->fn_2d[CV_16U] = (void*)icvWarpPerspective_Bilinear_16u_CnR; in icvInitWarpPerspectiveTab()
1755 bilinear_tab->fn_2d[CV_16U] = (void*)icvRemap_Bilinear_16u_CnR; in icvInitRemapTab()
1759 bicubic_tab->fn_2d[CV_16U] = (void*)icvRemap_Bicubic_16u_CnR; in icvInitRemapTab()
Dcvpyramids.cpp884 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_CnR; \
1276 tab->fn_2d[CV_16U] = (void*)icv##FUNCNAME##_16u_CnR; \
Dcvtemplmatch.cpp71 CV_MAT_DEPTH( img->type ) != CV_16U && in icvCrossCorr()
Dcvfilter.cpp794 else if( CV_MAT_DEPTH(src_type) == CV_16U ) in init()
836 else if( CV_MAT_DEPTH(dst_type) == CV_16U ) in init()
2188 else if( depth == CV_16U ) in init()
Dcvcalibinit.cpp2007 case CV_16U: in cvDrawChessboardCorners()
/external/opencv/otherlibs/highgui/
Dloadsave.cpp441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S; in icvLoadImage()