Searched defs:v_round (Results 1 – 3 of 3) sorted by relevance
44 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon() local
595 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) in v_round() function627 template<int n> inline v_reg<int, n*2> v_round(const v_reg<double, n>& a) in v_round() function
1172 inline v_int32x4 v_round(const v_float64x2& a) in v_round() function