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

  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 350 dst[x*ncmpts] = CV_CAST_16U(pix);
356 dst[x*ncmpts] = CV_CAST_16U(pix);
363 dst[x*ncmpts] = dst[(x+1)*ncmpts] = CV_CAST_16U(pix);
369 pix = CV_CAST_16U(pix);
  /external/opencv/cxcore/src/
cxrand.cpp 396 ICV_IMPL_RAND_BITS( 16u, ushort, CV_CAST_16U )
401 ICV_IMPL_RAND( 16u, ushort, int, cvFloor, CV_CAST_16U )
407 ICV_IMPL_RANDN( 16u, ushort, int, cvRound, CV_CAST_16U )
cxarithm.cpp 224 ICV_DEF_BIN_ARI_OP_2D_SFS( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \
232 ICV_DEF_UN_ARI_OP_2D( __op__, icv##name##_16u_C1R, ushort, int, CV_CAST_16U ) \
    [all...]
cxmatmul.cpp     [all...]
cxcmp.cpp     [all...]
cxconvert.cpp     [all...]
cxmathfuncs.cpp     [all...]
cxarray.cpp     [all...]
cxpersistence.cpp     [all...]
  /external/opencv/cv/src/
cvcolor.cpp     [all...]
cvfilter.cpp     [all...]
cvimgwarp.cpp     [all...]
  /external/opencv/cxcore/include/
cxmisc.h 194 #define CV_CAST_16U(t) (ushort)(!((t) & ~65535) ? (t) : (t) > 0 ? 65535 : 0)
    [all...]

Completed in 316 milliseconds