Home | History | Annotate | Download | only in include

Lines Matching refs:CV_CAST_8S

193 #define  CV_CAST_8S(t)  (schar)(!(((t)+128) & ~255) ? (t) : (t) > 0 ? 127 : -128)