Searched defs:v_round (Results 1 – 7 of 7) sorted by relevance
/external/libvpx/vp9/encoder/arm/neon/ |
D | vp9_quantize_neon.c | 81 static VPX_FORCE_INLINE void update_fp_values(int16x8_t *v_round, in update_fp_values() 96 const int16x8_t *v_round, const int16x8_t *v_quant, in quantize_fp_8() 129 int16x8_t v_round, v_quant, v_dequant; in vp9_quantize_fp_neon() local 152 const int16x8_t *v_round, const int16x8_t *v_quant, in quantize_fp_32x32_8() 267 const int16x4_t v_round = vld1_s16(mb_plane->round_fp); in vp9_highbd_quantize_fp_neon() local 355 const int16x4_t v_round = in vp9_highbd_quantize_fp_32x32_neon() local
|
/external/libvpx/vpx_dsp/x86/ |
D | quantize_avx2.c | 86 __m256i *v_round, __m256i *v_zbin, __m256i *v_quant_shift) { in quantize_b_16() 163 __m256i v_zbin, v_round, v_quant, v_dequant, v_quant_shift, v_nz_mask; in vpx_quantize_b_avx2() local 199 __m256i *v_dequant, __m256i *v_round, __m256i *v_zbin, in quantize_b_32x32_16() 260 __m256i v_zbin, v_round, v_quant, v_dequant, v_quant_shift; in vpx_quantize_b_32x32_avx2() local
|
/external/libaom/aom_dsp/x86/ |
D | quantize_avx2.c | 70 __m256i *v_round, __m256i *v_zbin, __m256i *v_quant_shift) { in quantize_b_logscale0_16() 130 __m256i v_zbin, v_round, v_quant, v_dequant, v_quant_shift; in aom_quantize_b_avx2() local 168 __m256i *v_round, __m256i *v_zbin, __m256i *v_quant_shift, int log_scale) { in quantize_b_logscale_16() 213 __m256i v_zbin, v_round, v_quant, v_dequant, v_quant_shift; in quantize_b_no_qmatrix_avx2() local
|
/external/libaom/av1/encoder/arm/ |
D | quantize_neon.c | 61 int16x8_t v_round, int16x8_t v_zero) { in quantize_fp_8() 94 int16x8_t v_round = vld1q_s16(round_ptr); in av1_quantize_fp_neon() local 124 int16x8_t v_dequant, int16x8_t v_round, in quantize_lp_8() 151 int16x8_t v_round = vld1q_s16(round_ptr); in av1_quantize_lp_neon() local 183 int16x8_t v_round, int16x8_t v_zero, int log_scale) { in quantize_fp_logscale_8() 215 int16x8_t v_round, int16x8_t v_zero) { in quantize_fp_logscale2_8() 254 int16x8_t v_round = in quantize_fp_no_qmatrix_neon() local
|
D | av1_highbd_quantize_neon.c | 104 const int16x4_t v_round = in av1_highbd_quantize_fp_neon() local
|
/external/libaom/aom_dsp/arm/ |
D | highbd_quantize_neon.c | 154 const int16x4_t v_round = in highbd_quantize_b_neon() local 288 const int16x4_t v_round = in highbd_quantize_b_adaptive_neon() local
|
/external/libgav1/src/dsp/arm/ |
D | inverse_transform_10bit_neon.cc | 1649 const int32x4_t v_round = vdupq_n_s32((1 + (0)) << 11); in Identity4RowColumnStoreToFrame() local
|