Searched refs:CV_CAST_8S (Results 1 - 7 of 7) sorted by relevance

/external/opencv/cvaux/src/
H A Dcvmat.cpp90 ((char*)ptr)[coi] = CV_CAST_8S(i);
120 ((char*)ptr)[coi] = CV_CAST_8S(i);
152 ((char*)ptr)[0] = CV_CAST_8S(i);
194 ((char*)ptr)[0] = CV_CAST_8S(i);
/external/opencv/cxcore/src/
H A Dcxconvert.cpp1330 ICV_DEF_CVT_SCALE_FUNC_INT( 8s, schar, CV_CAST_8S )
1434 ICV_DEF_CVT_FUNC_2D( 8s, schar, int, CV_CAST_8S,
H A Dcxcmp.cpp1126 buf.i = CV_CAST_8S(buf.i);
H A Dcxarray.cpp1724 ((char*)data)[cn] = CV_CAST_8S(t);
1866 *(char*)data = CV_CAST_8S(ivalue);
H A Dcxpersistence.cpp3269 *(char*)data = CV_CAST_8S(ival);
3314 *(char*)data = CV_CAST_8S(ival);
H A Dcxdrawing.cpp1704 scalar.val[0] = CV_CAST_8S( icolor );
/external/opencv/cxcore/include/
H A Dcxmisc.h193 #define CV_CAST_8S(t) (schar)(!(((t)+128) & ~255) ? (t) : (t) > 0 ? 127 : -128) macro

Completed in 250 milliseconds