Searched defs:v_quant_s32 (Results 1 – 3 of 3) sorted by relevance
| /external/libaom/av1/encoder/arm/neon/ |
| D | av1_highbd_quantize_neon.c | 22 int32x4_t v_quant_s32, in quantize_4() 105 int32x4_t v_quant_s32 = vshlq_n_s32(vaddl_s16(v_quant, v_zero), 15); in av1_highbd_quantize_fp_neon() local
|
| /external/libvpx/vp9/encoder/arm/neon/ |
| D | vp9_quantize_neon.c | 236 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_4() 272 int32x4_t v_quant_s32 = vshlq_n_s32(vaddl_s16(v_quant, v_zero), 15); in vp9_highbd_quantize_fp_neon() local 319 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in highbd_quantize_fp_32x32_4() 362 int32x4_t v_quant_s32 = vshlq_n_s32(vaddl_s16(v_quant, v_zero), 15); in vp9_highbd_quantize_fp_32x32_neon() local
|
| /external/libaom/aom_dsp/arm/ |
| D | highbd_quantize_neon.c | 33 tran_low_t *dqcoeff_ptr, int32x4_t v_quant_s32, in quantize_4() 159 int32x4_t v_quant_s32 = vshlq_n_s32(vmovl_s16(v_quant), 15); in highbd_quantize_b_neon() local 293 int32x4_t v_quant_s32 = vshlq_n_s32(vmovl_s16(v_quant), 15); in highbd_quantize_b_adaptive_neon() local
|