Home
last modified time | relevance | path

Searched refs:CV_32S (Results 1 – 25 of 25) sorted by relevance

/external/opencv/cxcore/src/
Dcxtables.cpp53 CV_32F, CV_32S, -1, -1, -1, -1, -1, -1, CV_64F, -1
Dcxrand.cpp421 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()
Dcxconvert.cpp408 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 …]
Dcxminmaxloc.cpp327 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()
Dcxcmp.cpp388 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()
Dcxsumpixels.cpp919 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()
Dcxarithm.cpp254 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()
Dcxutils.cpp822 CvMat _pair_buf = cvMat( 1, pair_buf_sz*2, CV_32S, pair_buf ); in cvRandShuffle()
1101 else if( type == CV_32S ) in cvSort()
Dcxmatmul.cpp2364 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()
Dcxarray.cpp1810 case CV_32S: in cvRawDataToScalar()
1843 case CV_32S: in icvGetReal()
1874 case CV_32S: in icvSetReal()
Dcxpersistence.cpp3146 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()
Dcxnorm.cpp898 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \
/external/opencv/cvaux/src/
Dcvmat.cpp63 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/
Dcxtypes.h472 #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()
Dcxmisc.h834 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s_##FLAG; \
888 tab->fn_2d[CV_32S] = (void*)icv##FUNCNAME##_32s; \
/external/opencv/cv/src/
Dcvsumpixels.cpp347 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()
Dcvsmooth.cpp81 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()
Dcvlinefit.cpp701 assert( CV_MAT_DEPTH(type) == CV_32S ); in cvFitLine()
Dcvmoments.cpp470 if( depth >= CV_32S && !binary ) in cvMoments()
Dcvderiv.cpp386 int work_depth = dst_depth < CV_32F ? CV_32S : CV_32F; in get_work_params()
Dcvstereogc.cpp916 _disp = cvMat( 1, state->numberOfDisparities, CV_32S, disp ); in cvFindStereoCorrespondenceGC()
Dcvfilter.cpp883 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/
Dloadsave.cpp441 type = ( depth <= 8 ) ? CV_8U : ( depth <= 16 ) ? CV_16U : CV_32S; in icvLoadImage()
Dutils.cpp601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1./256 : 255; in cvConvertImage()
/external/opencv/ml/src/
Dmlboost.cpp995 CV_CALL( orig_response = cvCreateMat( 1, count, CV_32S )); in update_weights()