Home
last modified time | relevance | path

Searched defs:coeff_abs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libvpx/vpx_dsp/arm/
H A Dquantize_neon.c44 const int16x8_t coeff_abs = vabsq_s16(coeff); in quantize_b_neon() local
183 const int16x8_t coeff_abs = vabsq_s16(coeff); in quantize_b_32x32_neon() local
/aosp_15_r20/external/libvpx/vpx_dsp/ppc/
H A Dquantize_vsx.c39 static INLINE int16x8_t quantize_coeff(int16x8_t coeff, int16x8_t coeff_abs, in quantize_coeff()
51 static INLINE int16x8_t quantize_coeff_32(int16x8_t coeff, int16x8_t coeff_abs, in quantize_coeff_32()
/aosp_15_r20/external/libvpx/vpx_dsp/loongarch/
H A Dquantize_lsx.c17 static INLINE __m128i calculate_qcoeff(__m128i coeff, __m128i coeff_abs, in calculate_qcoeff()