Home
last modified time | relevance | path

Searched refs:v_round_s32 (Results 1 – 11 of 11) sorted by relevance

/external/libaom/av1/encoder/arm/neon/
Dav1_highbd_quantize_neon.c24 int32x4_t v_round_s32, int log_scale) { in quantize_4() argument
35 const int32x4_t v_tmp = vandq_s32(vaddq_s32(v_abs_coeff, v_round_s32), in quantize_4()
104 int32x4_t v_round_s32 = vaddl_s16(v_round, v_zero); in av1_highbd_quantize_fp_neon() local
112 v_dequant_s32, v_round_s32, log_scale); in av1_highbd_quantize_fp_neon()
115 v_round_s32 = vdupq_lane_s32(vget_low_s32(v_round_s32), 1); in av1_highbd_quantize_fp_neon()
121 v_quant_s32, v_dequant_s32, v_round_s32, log_scale); in av1_highbd_quantize_fp_neon()
134 v_dequant_s32, v_round_s32, log_scale); in av1_highbd_quantize_fp_neon()
136 v_quant_s32, v_dequant_s32, v_round_s32, log_scale); in av1_highbd_quantize_fp_neon()
/external/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c237 int32x4_t v_dequant_s32, int32x4_t v_round_s32) { in highbd_quantize_fp_4() argument
242 const int32x4_t v_tmp = vaddq_s32(v_abs_coeff, v_round_s32); in highbd_quantize_fp_4()
271 int32x4_t v_round_s32 = vaddl_s16(v_round, v_zero); in vp9_highbd_quantize_fp_neon() local
281 v_quant_s32, v_dequant_s32, v_round_s32); in vp9_highbd_quantize_fp_neon()
284 v_round_s32 = vdupq_lane_s32(vget_low_s32(v_round_s32), 1); in vp9_highbd_quantize_fp_neon()
291 v_quant_s32, v_dequant_s32, v_round_s32); in vp9_highbd_quantize_fp_neon()
304 v_quant_s32, v_dequant_s32, v_round_s32); in vp9_highbd_quantize_fp_neon()
307 v_quant_s32, v_dequant_s32, v_round_s32); in vp9_highbd_quantize_fp_neon()
320 int32x4_t v_dequant_s32, int32x4_t v_round_s32) { in highbd_quantize_fp_32x32_4() argument
329 const int32x4_t v_tmp = vandq_s32(vaddq_s32(v_abs_coeff, v_round_s32), in highbd_quantize_fp_32x32_4()
[all …]
/external/libaom/aom_dsp/arm/
Dhighbd_quantize_neon.c34 int32x4_t v_dequant_s32, int32x4_t v_round_s32, int32x4_t v_zbin_s32, in quantize_4() argument
44 const int32x4_t v_tmp = vaddq_s32(v_abs_coeff, v_round_s32); in quantize_4()
158 int32x4_t v_round_s32 = vmovl_s16(v_round); in highbd_quantize_b_neon() local
197 v_round_s32, v_zbin_s32, v_quant_shift_s32, log_scale); in highbd_quantize_b_neon()
200 v_round_s32 = vdupq_lane_s32(vget_low_s32(v_round_s32), 1); in highbd_quantize_b_neon()
208 v_quant_s32, v_dequant_s32, v_round_s32, v_zbin_s32, in highbd_quantize_b_neon()
221 v_dequant_s32, v_round_s32, v_zbin_s32, in highbd_quantize_b_neon()
224 v_quant_s32, v_dequant_s32, v_round_s32, v_zbin_s32, in highbd_quantize_b_neon()
292 int32x4_t v_round_s32 = vmovl_s16(v_round); in highbd_quantize_b_adaptive_neon() local
335 v_round_s32, v_zbin_s32, v_quant_shift_s32, log_scale); in highbd_quantize_b_adaptive_neon()
[all …]
/external/arm-optimized-routines/math/
Dv_exp2f_1u.c60 e = v_as_u32_s32 (v_round_s32 (x)) << 23; in V_NAME()
Dv_expf_1u.c65 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
Dv_exp2f.c91 e = v_as_u32_s32 (v_round_s32 (x)) << 23; in V_NAME()
Dv_expf.c96 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
Dv_math.h190 v_round_s32 (v_f32_t x) in v_round_s32() function
469 v_round_s32 (v_f32_t x) in v_round_s32() function
/external/arm-optimized-routines/pl/math/
Dv_expf.c67 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
Dv_tanf_3u5.c80 v_s32_t in = v_round_s32 (n); in V_NAME()
Dv_math.h213 v_round_s32 (v_f32_t x) in v_round_s32() function
590 v_round_s32 (v_f32_t x) in v_round_s32() function