/external/opencv/cxcore/src/ |
D | cxtables.cpp | 53 CV_32F, CV_32S, -1, -1, -1, -1, -1, -1, CV_64F, -1
|
D | cxrand.cpp | 421 fastrng_tab->fn_2d[CV_32S] = (void*)icvRandBits_32s_C1R; in icvInitRandTable() 427 rng_tab->fn_2d[CV_32S] = (void*)icvRand_32s_C1R; in icvInitRandTable() 435 normal_tab->fn_2d[CV_32S] = (void*)icvRandn_32s_C1R; in icvInitRandTable() 511 if( depth <= CV_32S ) in cvRandArr()
|
D | cxconvert.cpp | 408 tab->fn_2d[CV_32S] = (void*)icvCopy##_32f_##FROM##TO##CR; \ 713 tab->fn_2d[CV_32S] = (void*)icvMixChannels_32s; in icvInitMixChannelsTab() 1035 case CV_32S: in icvCvtScaleAbsTo_8u_C1R() 1236 case CV_32S: \ 1308 case CV_32S: \ 1430 CV_32S, int, CV_NOP, 1438 CV_32S, int, CV_NOP, 1446 CV_32S, int, CV_NOP, 1454 CV_32S, int, CV_NOP, 1471 CV_32S, int, CV_CAST_32F, [all …]
|
D | cxminmaxloc.cpp | 327 if( depth == CV_32S || depth == CV_64F ) in CV_DEF_INIT_FUNC_TAB_2D() 437 if( depth != CV_32S && depth != CV_64F ) in CV_DEF_INIT_FUNC_TAB_2D()
|
D | cxcmp.cpp | 388 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvInRangeS() 778 if( CV_MAT_DEPTH(type) <= CV_32S ) in cvCmpS() 823 if( type <= CV_32S ) in cvCmpS() 1120 if( CV_MAT_DEPTH(type) <= CV_32S ) in icvMinMaxS() 1404 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##suffix; \ in ICV_DEF_BIN_ABS_DIFF_2D() 1525 if( CV_MAT_DEPTH(type) < CV_32S ) in cvAbsDiffS()
|
D | cxsumpixels.cpp | 919 int ttype = sdepth == CV_8U ? CV_MAKETYPE(CV_32S,cn) : dst->type; in cvReduce() 933 (sdepth == CV_8U && ddepth == CV_32S ? (CvReduceToRowFunc)icvSumRows_8u32s_C1R : in cvReduce() 963 (sdepth == CV_8U && ddepth == CV_32S ? in cvReduce()
|
D | cxarithm.cpp | 254 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \ in ICV_DEF_BIN_ARI_ALL() 590 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvSubRS() 619 if( depth < CV_32S ) in cvSubRS() 1062 if( CV_MAT_DEPTH(sctype) < CV_32S ) in cvAddS() 1091 if( depth < CV_32S ) in cvAddS()
|
D | cxutils.cpp | 822 CvMat _pair_buf = cvMat( 1, pair_buf_sz*2, CV_32S, pair_buf ); in cvRandShuffle() 1101 else if( type == CV_32S ) in cvSort()
|
D | cxmatmul.cpp | 2364 tabfl->fn_2d[CV_32S] = 0; in icvInitDotProductShiftedTable() 2372 tabdb->fn_2d[CV_32S] = 0; in icvInitDotProductShiftedTable() 2431 tabfl->fn_2d[CV_32S] = 0; in icvInitExtProductShiftedTable() 2439 tabdb->fn_2d[CV_32S] = 0; in icvInitExtProductShiftedTable() 3370 if( depth < CV_32S ) in CV_DEF_INIT_FUNC_TAB_2D()
|
D | cxarray.cpp | 1810 case CV_32S: in cvRawDataToScalar() 1843 case CV_32S: in icvGetReal() 1874 case CV_32S: in icvSetReal()
|
D | cxpersistence.cpp | 3146 case CV_32S: in cvWriteRawData() 3279 case CV_32S: in cvReadRawDataSlice() 3326 case CV_32S: in cvReadRawDataSlice() 4696 fmt_pairs[0] != 2 || fmt_pairs[1] != CV_32S || in icvReadGraph()
|
D | cxnorm.cpp | 898 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \
|
/external/opencv/cvaux/src/ |
D | cvmat.cpp | 63 case CV_32S: 96 case CV_32S: 125 case CV_32S: 162 case CV_32S: 203 case CV_32S: 854 case CV_32S: if( !fmt )
|
/external/opencv/cxcore/include/ |
D | cxtypes.h | 472 #define CV_32S 4 macro 504 #define CV_32SC1 CV_MAKETYPE(CV_32S,1) 505 #define CV_32SC2 CV_MAKETYPE(CV_32S,2) 506 #define CV_32SC3 CV_MAKETYPE(CV_32S,3) 507 #define CV_32SC4 CV_MAKETYPE(CV_32S,4) 508 #define CV_32SC(n) CV_MAKETYPE(CV_32S,(n)) 690 depth == CV_32S ? IPL_DEPTH_SIGN : 0); in cvCvToIplDepth()
|
D | cxmisc.h | 834 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \ 888 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s; \
|
/external/opencv/cv/src/ |
D | cvsumpixels.cpp | 347 CV_MAT_DEPTH( sum->type ) != CV_32S )) || in cvIntegral() 387 if( CV_MAT_DEPTH( sum->type ) == CV_32S ) in cvIntegral() 408 if( depth == CV_8U && !tilted && CV_MAT_DEPTH(sum->type) == CV_32S ) in cvIntegral()
|
D | cvsmooth.cpp | 81 min_depth = CV_32S; in CvBoxFilter() 93 min_depth = CV_32S; in CvBoxFilter() 126 min_depth = CV_MAT_DEPTH(_src_type) == CV_8U ? CV_32S : CV_64F; in init() 152 else if( CV_MAT_DEPTH(dst_type) == CV_32S ) in init()
|
D | cvlinefit.cpp | 701 assert( CV_MAT_DEPTH(type) == CV_32S ); in cvFitLine()
|
D | cvmoments.cpp | 470 if( depth >= CV_32S && !binary ) in cvMoments()
|
D | cvderiv.cpp | 386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F; in get_work_params()
|
D | cvstereogc.cpp | 916 _disp = cvMat( 1, state->numberOfDisparities, CV_32S, disp ); in cvFindStereoCorrespondenceGC()
|
D | cvfilter.cpp | 883 kx->type = (kx->type & ~CV_MAT_DEPTH_MASK) | CV_32S; in init() 884 ky->type = (ky->type & ~CV_MAT_DEPTH_MASK) | CV_32S; in init()
|
/external/opencv/otherlibs/highgui/ |
D | loadsave.cpp | 441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S; in icvLoadImage()
|
D | utils.cpp | 601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1./256 : 255; in cvConvertImage()
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 995 CV_CALL( orig_response = cvCreateMat( 1, count, CV_32S )); in update_weights()
|