Searched refs:cast_op (Results 1 – 2 of 2) sorted by relevance
134 CastOp cast_op; in getRectSubPix_Cn_() local171 dst[j] = cast_op(s0); in getRectSubPix_Cn_()172 dst[j+1] = cast_op(s1); in getRectSubPix_Cn_()178 dst[j] = cast_op(s0); in getRectSubPix_Cn_()200 dst[j*cn + c] = cast_op(s0); in getRectSubPix_Cn_()203 dst[j*cn + c] = cast_op(s0); in getRectSubPix_Cn_()209 dst[j] = cast_op(s0); in getRectSubPix_Cn_()
251 #define OPENCV_HAL_IMPL_ADD_SUB_OP(func, bin_op, cast_op, _Tp2) \ argument258 c.s[i] = cast_op(a.s[i] bin_op b.s[i]); \