Home
last modified time | relevance | path

Searched refs:CV_8S (Results 1 – 19 of 19) sorted by relevance

/external/opencv/cvaux/src/
Dcvmat.cpp57 case CV_8S:
88 case CV_8S:
119 case CV_8S:
150 case CV_8S:
193 case CV_8S:
844 case CV_8S: if( !fmt )
Dcvcorrimages.cpp502 newOldStatus = cvCreateMat(1,newTotalNumber,CV_8S); in icvGrowPointsAndStatus()
866 status = cvCreateMat(1,numPoints,CV_8S); in icvAddNewImageToPrevious____()
867 newFPointsStatusTmp = cvCreateMat(1, newFPoints2D1->cols,CV_8S); in icvAddNewImageToPrevious____()
/external/opencv/cxcore/src/
Dcxconvert.cpp405 tab->fn_2d[CV_8S] = (void*)icvCopy##_8u_##FROM##TO##CR; \
710 tab->fn_2d[CV_8S] = (void*)icvMixChannels_8u; in icvInitMixChannelsTab()
963 case CV_8S: in icvCvtScaleAbsTo_8u_C1R()
976 if( srcdepth == CV_8S ) in icvCvtScaleAbsTo_8u_C1R()
1179 case CV_8S: \
1285 case CV_8S: \
1427 CV_8S, schar, CV_NOP,
1444 CV_8S, schar, CV_NOP,
1452 CV_8S, schar, CV_NOP,
1460 CV_8S, schar, CV_NOP,
[all …]
Dcxtables.cpp52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
Dcxrand.cpp418 fastrng_tab->fn_2d[CV_8S] = 0; in icvInitRandTable()
424 rng_tab->fn_2d[CV_8S] = 0; in icvInitRandTable()
432 normal_tab->fn_2d[CV_8S] = 0; in icvInitRandTable()
Dcxlut.cpp259 if( CV_MAT_DEPTH( src->type ) > CV_8S ) in cvLUT()
286 if( CV_MAT_DEPTH( src->type ) == CV_8S ) in cvLUT()
Dcxarray.cpp1798 case CV_8S: in cvRawDataToScalar()
1837 case CV_8S: in icvGetReal()
1865 case CV_8S: in icvSetReal()
Dcxmatmul.cpp2361 tabfl->fn_2d[CV_8S] = 0; in icvInitDotProductShiftedTable()
2369 tabdb->fn_2d[CV_8S] = 0; in icvInitDotProductShiftedTable()
2428 tabfl->fn_2d[CV_8S] = 0; in icvInitExtProductShiftedTable()
2436 tabdb->fn_2d[CV_8S] = 0; in icvInitExtProductShiftedTable()
Dcxpersistence.cpp3134 case CV_8S: in cvWriteRawData()
3268 case CV_8S: in cvReadRawDataSlice()
3312 case CV_8S: in cvReadRawDataSlice()
Dcxutils.cpp1095 else if( type == CV_8S ) in cvSort()
Dcxnorm.cpp895 tab->fn_2d[CV_8S] = 0; \
Dcxcmp.cpp1125 else if( CV_MAT_DEPTH(type) == CV_8S ) in icvMinMaxS()
Dcxarithm.cpp251 tab->fn_2d[CV_8S] = 0; \ in ICV_DEF_BIN_ARI_ALL()
Dcxdrawing.cpp1692 else if( CV_MAT_DEPTH( type ) == CV_8S ) in cvColorToScalar()
/external/opencv/cxcore/include/
Dcxtypes.h469 #define CV_8S 1 macro
486 #define CV_8SC1 CV_MAKETYPE(CV_8S,1)
487 #define CV_8SC2 CV_MAKETYPE(CV_8S,2)
488 #define CV_8SC3 CV_MAKETYPE(CV_8S,3)
489 #define CV_8SC4 CV_MAKETYPE(CV_8S,4)
490 #define CV_8SC(n) CV_MAKETYPE(CV_8S,(n))
689 return CV_ELEM_SIZE1(depth)*8 | (depth == CV_8S || depth == CV_16S || in cvCvToIplDepth()
Dcxmisc.h831 tab->fn_2d[CV_8S] = (void*)icv##FUNCNAME##_8s_##FLAG; \
885 tab->fn_2d[CV_8S] = (void*)icv##FUNCNAME##_8s; \
/external/opencv/otherlibs/highgui/
Dutils.cpp601 double scale = src_depth <= CV_8S ? 1 : src_depth <= CV_32S ? 1./256 : 255; in cvConvertImage()
602 double shift = src_depth == CV_8S || src_depth == CV_16S ? 128 : 0; in cvConvertImage()
/external/opencv/cv/src/
Dcvpyramids.cpp882 tab->fn_2d[CV_8S] = 0; \
1275 tab->fn_2d[CV_8S] = 0; \
Dcvhistogram.cpp1507 if( CV_MAT_DEPTH(mat0->type) > CV_8S && !CV_HIST_HAS_RANGES(hist)) in cvCalcArrHist()
2113 if( CV_MAT_DEPTH(mat0->type) > CV_8S && !CV_HIST_HAS_RANGES(hist)) in cvCalcArrBackProject()