Home
last modified time | relevance | path

Searched defs:CV_FAST_CAST_8U (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
D_cv.h72 #define CV_FAST_CAST_8U(t) (assert(-256 <= (t) || (t) <= 512), icvSaturate8u_cv[(t)+256]) macro
/external/opencv/cxcore/src/
D_cxcore.h85 #define CV_FAST_CAST_8U(t) (assert(-256 <= (t) && (t) <= 512), icvSaturate8u[(t)+256]) macro
Dcxarithm.cpp241 ICV_DEF_BIN_ARI_ALL( CV_ADD, Add, CV_FAST_CAST_8U ) in ICV_DEF_BIN_ARI_ALL() argument