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

  /external/opencv/cvaux/src/
cvmat.cpp 94 ((short*)ptr)[coi] = CV_CAST_16S(i);
123 ((short*)ptr)[coi] = CV_CAST_16S(i);
158 ((short*)ptr)[0] = CV_CAST_16S(i);
199 ((short*)ptr)[0] = CV_CAST_16S(i);
  /external/opencv/cxcore/src/
cxrand.cpp 397 ICV_IMPL_RAND_BITS( 16s, short, CV_CAST_16S )
402 ICV_IMPL_RAND( 16s, short, int, cvFloor, CV_CAST_16S )
408 ICV_IMPL_RANDN( 16s, short, int, cvRound, CV_CAST_16S )
cxarithm.cpp 225 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \
233 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16s_C1R, short, int, CV_CAST_16S ) \
    [all...]
cxmatmul.cpp     [all...]
cxcmp.cpp     [all...]
cxconvert.cpp     [all...]
cxmathfuncs.cpp     [all...]
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cv/src/
cvfilter.cpp     [all...]
cvderiv.cpp 649 dst[i] = CV_CAST_16S(s0); dst[i+1] = CV_CAST_16S(s1);
679 dst[i] = CV_CAST_16S(s0);
    [all...]
cvsmooth.cpp 362 dst[i] = CV_CAST_16S(s0); dst[i+1] = CV_CAST_16S(s1);
370 dst[i] = CV_CAST_16S(s0);
    [all...]
cvcalibration.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h 195 #define CV_CAST_16S(t) (short)(!(((t)+32768) & ~65535) ? (t) : (t) > 0 ? 32767 : -32768)
    [all...]

Completed in 3158 milliseconds