HomeSort by relevance Sort by last modified time
    Searched refs:CV_16S (Results 1 - 20 of 20) sorted by null

  /external/opencv/cvaux/src/
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/src/
cxconvert.cpp 407 tab->fn_2d[CV_16S] = (void*)icvCopy##_16s_##FROM##TO##CR; \
712 tab->fn_2d[CV_16S] = (void*)icvMixChannels_16u;
    [all...]
cxrand.cpp 420 fastrng_tab->fn_2d[CV_16S] = (void*)icvRandBits_16s_C1R;
426 rng_tab->fn_2d[CV_16S] = (void*)icvRand_16s_C1R;
434 normal_tab->fn_2d[CV_16S] = (void*)icvRandn_16s_C1R;
cxtables.cpp 52 -1, -1, CV_8U, CV_8S, CV_16U, CV_16S, -1, -1,
cxcmp.cpp 666 else if( type == CV_16S && icvCompare_16s_C1R_p )
781 if( type == CV_8U || type == CV_16S )
807 else if( type == CV_16S && icvCompare_16s_C1R_p )
    [all...]
cxsumpixels.cpp     [all...]
cxarithm.cpp 253 tab->fn_2d[CV_16S] = (void*)icv##FUNCNAME##_16s_##FLAG; \
323 if( depth <= CV_16S )
465 if( depth <= CV_16S )
499 IPPI_CALL( depth <= CV_16S ?
795 if( depth <= CV_16S )
    [all...]
cxmatmul.cpp     [all...]
cxutils.cpp     [all...]
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
cxnorm.cpp     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 471 #define CV_16S 3
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 ||
    [all...]
cxmisc.h     [all...]
  /external/opencv/cv/src/
cvcorner.cpp 240 d_depth = depth == CV_8U ? CV_16S : CV_32F;
354 if( d_depth == CV_16S )
549 d_depth = depth == CV_8U ? CV_16S : CV_32F;
658 if( d_depth == CV_16S )
cvderiv.cpp 413 if( ((src_depth != CV_8U || (dst_depth != CV_16S && dst_depth != CV_32F)) &&
435 if( dst_depth == CV_16S )
    [all...]
cvpyramids.cpp     [all...]
cvfilter.cpp 775 else if( CV_MAT_DEPTH(dst_type) == CV_16S &&
804 else if( CV_MAT_DEPTH(src_type) == CV_16S )
843 else if( CV_MAT_DEPTH(dst_type) == CV_16S )
    [all...]
cvsmooth.cpp 146 else if( CV_MAT_DEPTH(dst_type) == CV_16S )
    [all...]
  /external/opencv/otherlibs/highgui/
utils.cpp 602 double shift = src_depth == CV_8S || src_depth == CV_16S ? 128 : 0;

Completed in 309 milliseconds