/external/libvpx/libvpx/vp9/encoder/arm/neon/ |
vp9_quantize_neon.c | 44 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); local 48 v_round = vsetq_lane_s16(round_ptr[0], v_round, 0); 56 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero); 72 v_round = vmovq_n_s16(round_ptr[1]); 81 const int16x8_t v_tmp = vabaq_s16(v_round, v_coeff, v_zero);
|
/external/opencv3/modules/hal/include/opencv2/hal/ |
intrin_cpp.hpp | 197 OPENCV_HAL_IMPL_MATH_FUNC(v_round, cvRound, int) 595 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) 627 template<int n> inline v_reg<int, n*2> v_round(const v_reg<double, n>& a)
|
intrin_sse.hpp | 1152 inline v_int32x4 v_round(const v_float32x4& a) function in namespace:cv 1172 inline v_int32x4 v_round(const v_float64x2& a) function in namespace:cv [all...] |
intrin_neon.hpp | 723 inline v_int32x4 v_round(const v_float32x4& a) function in namespace:cv
|
/external/opencv3/modules/core/src/ |
arithm.cpp | [all...] |