HomeSort by relevance Sort by last modified time
    Searched defs:v_round (Results 1 - 3 of 3) sorted by null

  /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_neon.hpp 723 inline v_int32x4 v_round(const v_float32x4& a) function in namespace:cv
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...]

Completed in 50 milliseconds