Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/arm/
Dquantize_neon.c62 const int16x8_t coeff_abs = vabsq_s16(coeff); in vpx_quantize_b_neon() local
112 const int16x8_t coeff_abs = vabsq_s16(coeff); in vpx_quantize_b_neon() local
222 const int16x8_t coeff_abs = vabsq_s16(coeff); in vpx_quantize_b_32x32_neon() local
270 const int16x8_t coeff_abs = vabsq_s16(coeff); in vpx_quantize_b_32x32_neon() local
/external/libvpx/libvpx/vp9/encoder/arm/neon/
Dvp9_quantize_neon.c161 const int16x8_t coeff_abs = vabsq_s16(coeff); in vp9_quantize_fp_32x32_neon() local
218 const int16x8_t coeff_abs = vabsq_s16(coeff); in vp9_quantize_fp_32x32_neon() local
/external/libvpx/libvpx/vpx_dsp/ppc/
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()