Searched defs:v_quant (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/arm/neon/ |
H A D | vp9_quantize_neon.c | 82 int16x8_t *v_quant, 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() 265 const int16x4_t v_quant = vld1_s16(mb_plane->quant_fp); in vp9_highbd_quantize_fp_neon() local 352 const int16x4_t v_quant = vld1_s16(mb_plane->quant_fp); in vp9_highbd_quantize_fp_32x32_neon() local
|
/aosp_15_r20/external/libvpx/vpx_dsp/x86/ |
H A D | quantize_avx2.c | 85 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, 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 198 tran_low_t *dqcoeff_ptr, const int16_t *iscan, __m256i *v_quant, 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
|
/aosp_15_r20/external/libaom/aom_dsp/x86/ |
H A D | quantize_avx2.c | 69 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, in quantize_b_logscale0_16() 130 __m256i v_zbin, v_round, v_quant, v_dequant, v_quant_shift; in aom_quantize_b_avx2() local 167 tran_low_t *dqcoeff_ptr, __m256i *v_quant, __m256i *v_dequant, 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
|
/aosp_15_r20/external/libaom/av1/encoder/arm/ |
H A D | quantize_neon.c | 60 int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_8() 92 int16x8_t v_quant = vld1q_s16(quant_ptr); in av1_quantize_fp_neon() local 123 int16_t *dqcoeff_ptr, int16x8_t v_quant, in quantize_lp_8() 149 int16x8_t v_quant = vld1q_s16(quant_ptr); in av1_quantize_lp_neon() local 182 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale_8() 214 tran_low_t *dqcoeff_ptr, int16x8_t v_quant, int16x8_t v_dequant, in quantize_fp_logscale2_8() 251 int16x8_t v_quant = vld1q_s16(quant_ptr); in quantize_fp_no_qmatrix_neon() local
|
H A D | av1_highbd_quantize_neon.c | 97 const int16x4_t v_quant = vld1_s16(quant_ptr); in av1_highbd_quantize_fp_neon() local
|
/aosp_15_r20/external/libaom/aom_dsp/arm/ |
H A D | highbd_quantize_neon.c | 147 const int16x4_t v_quant = vld1_s16(quant_ptr); in highbd_quantize_b_neon() local 281 const int16x4_t v_quant = vld1_s16(quant_ptr); in highbd_quantize_b_adaptive_neon() local
|