Home
last modified time | relevance | path

Searched defs:v_round (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c44 int16x8_t v_round = vmovq_n_s16(round_ptr[1]); in vp9_quantize_fp_neon() local
/external/opencv3/modules/hal/include/opencv2/hal/
Dintrin_cpp.hpp595 template<int n> inline v_reg<int, n> v_round(const v_reg<float, n>& a) in v_round() function
627 template<int n> inline v_reg<int, n*2> v_round(const v_reg<double, n>& a) in v_round() function
Dintrin_sse.hpp1172 inline v_int32x4 v_round(const v_float64x2& a) in v_round() function