Searched refs:CV_16S (Results 1 – 20 of 20) sorted by relevance
/external/opencv/cxcore/src/ |
D | cxtables.cpp | 52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
|
D | cxconvert.cpp | 407 tab->fn_2d[CV_16S] = (void*)icvCopy##_16s_##FROM##TO##CR; \ 712 tab->fn_2d[CV_16S] = (void*)icvMixChannels_16u; in icvInitMixChannelsTab() 1011 case CV_16S: in icvCvtScaleAbsTo_8u_C1R() 1220 case CV_16S: \ 1304 case CV_16S: \ 1429 CV_16S, short, CV_NOP, 1437 CV_16S, short, CV_NOP, 1445 CV_16S, short, CV_NOP, 1462 CV_16S, short, CV_NOP, 1470 CV_16S, short, CV_NOP, [all …]
|
D | cxrand.cpp | 420 fastrng_tab->fn_2d[CV_16S] = (void*)icvRandBits_16s_C1R; in icvInitRandTable() 426 rng_tab->fn_2d[CV_16S] = (void*)icvRand_16s_C1R; in icvInitRandTable() 434 normal_tab->fn_2d[CV_16S] = (void*)icvRandn_16s_C1R; in icvInitRandTable()
|
D | cxcmp.cpp | 666 else if( type == CV_16S && icvCompare_16s_C1R_p ) in cvCmp() 781 if( type == CV_8U || type == CV_16S ) in cvCmpS() 807 else if( type == CV_16S && icvCompare_16s_C1R_p ) in cvCmpS() 1129 else if( CV_MAT_DEPTH(type) == CV_16S ) in icvMinMaxS() 1164 else if( type == CV_16S && icvThreshold_LT_16s_C1R_p ) in icvMinMaxS() 1185 else if( type == CV_16S && icvThreshold_GT_16s_C1R_p ) in icvMinMaxS() 1403 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D()
|
D | cxsumpixels.cpp | 937 sdepth == CV_16S && ddepth == CV_32F ? (CvReduceToRowFunc)icvSumRows_16s32f_C1R : in cvReduce() 938 sdepth == CV_16S && ddepth == CV_64F ? (CvReduceToRowFunc)icvSumRows_16s64f_C1R : in cvReduce() 975 sdepth == CV_16S && ddepth == CV_32F ? in cvReduce() 977 sdepth == CV_16S && ddepth == CV_64F ? in cvReduce()
|
D | cxarithm.cpp | 253 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \ in ICV_DEF_BIN_ARI_ALL() 323 if( depth <= CV_16S ) 465 if( depth <= CV_16S ) 499 IPPI_CALL( depth <= CV_16S ? 795 if( depth <= CV_16S ) in cvAdd() 937 if( depth <= CV_16S ) in cvAdd() 971 IPPI_CALL( depth <= CV_16S ? in cvAdd()
|
D | cxmatmul.cpp | 2363 tabfl->fn_2d[CV_16S] = (void*)icvDotProductShifted_16s32f_C1R; in icvInitDotProductShiftedTable() 2371 tabdb->fn_2d[CV_16S] = (void*)icvDotProductShifted_16s64f_C1R; in icvInitDotProductShiftedTable() 2430 tabfl->fn_2d[CV_16S] = (void*)icvExtProductShifted_16s32f_C1R; in icvInitExtProductShiftedTable() 2438 tabdb->fn_2d[CV_16S] = (void*)icvExtProductShifted_16s64f_C1R; in icvInitExtProductShiftedTable() 3191 stype == CV_16S && dtype == CV_32F ? in cvMulTransposed() 3194 stype == CV_16S && dtype == CV_64F ? in cvMulTransposed()
|
D | cxarray.cpp | 1806 case CV_16S: in cvRawDataToScalar() 1841 case CV_16S: in icvGetReal() 1871 case CV_16S: in icvSetReal()
|
D | cxutils.cpp | 1099 else if( type == CV_16S ) in cvSort()
|
D | cxpersistence.cpp | 3142 case CV_16S: in cvWriteRawData() 3275 case CV_16S: in cvReadRawDataSlice() 3321 case CV_16S: in cvReadRawDataSlice()
|
D | cxnorm.cpp | 897 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \
|
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 60 case CV_16S: 92 case CV_16S: 122 case CV_16S: 156 case CV_16S: 198 case CV_16S: 849 case CV_16S: if( !fmt )
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 471 #define CV_16S 3 macro 498 #define CV_16SC1 CV_MAKETYPE(CV_16S,1) 499 #define CV_16SC2 CV_MAKETYPE(CV_16S,2) 500 #define CV_16SC3 CV_MAKETYPE(CV_16S,3) 501 #define CV_16SC4 CV_MAKETYPE(CV_16S,4) 502 #define CV_16SC(n) CV_MAKETYPE(CV_16S,(n)) 689 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S || in cvCvToIplDepth()
|
D | cxmisc.h | 833 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \ 887 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s; \
|
/external/opencv/cv/src/ |
D | cvcorner.cpp | 240 d_depth = depth == CV_8U ? CV_16S : CV_32F; in icvCornerEigenValsVecs() 354 if( d_depth == CV_16S ) in icvCornerEigenValsVecs() 549 d_depth = depth == CV_8U ? CV_16S : CV_32F; in cvPreCornerDetect() 658 if( d_depth == CV_16S ) in cvPreCornerDetect()
|
D | cvderiv.cpp | 413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) && in init() 435 if( dst_depth == CV_16S ) in init()
|
D | cvpyramids.cpp | 883 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_CnR; \ 1277 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_CnR; \
|
D | cvfilter.cpp | 775 else if( CV_MAT_DEPTH(dst_type) == CV_16S && in init() 804 else if( CV_MAT_DEPTH(src_type) == CV_16S ) in init() 843 else if( CV_MAT_DEPTH(dst_type) == CV_16S ) in init() 2186 else if( depth == CV_16S ) in init()
|
D | cvsmooth.cpp | 146 else if( CV_MAT_DEPTH(dst_type) == CV_16S ) in init()
|
/external/opencv/otherlibs/highgui/ |
D | utils.cpp | 602 double shift = src_depth == CV_8S || src_depth == CV_16S ? 128 : 0; in cvConvertImage()
|