/external/libaom/av1/encoder/arm/neon/ |
D | av1_highbd_quantize_neon.c | 24 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/ |
D | vp9_quantize_neon.c | 237 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/ |
D | highbd_quantize_neon.c | 34 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/ |
D | v_exp2f_1u.c | 60 e = v_as_u32_s32 (v_round_s32 (x)) << 23; in V_NAME()
|
D | v_expf_1u.c | 65 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
|
D | v_exp2f.c | 91 e = v_as_u32_s32 (v_round_s32 (x)) << 23; in V_NAME()
|
D | v_expf.c | 96 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
|
D | v_math.h | 190 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/ |
D | v_expf.c | 67 e = v_as_u32_s32 (v_round_s32 (z)) << 23; in V_NAME()
|
D | v_tanf_3u5.c | 80 v_s32_t in = v_round_s32 (n); in V_NAME()
|
D | v_math.h | 213 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
|