Searched refs:vec_mulhi (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ppc/ |
D | vp9_quantize_vsx.c | 20 static INLINE int16x8_t vec_mulhi(int16x8_t a, int16x8_t b) { in vec_mulhi() function 63 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx() 79 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx() 110 qcoeff0 = vec_mulhi(vec_vaddshs(vec_abs(coeff0), round), quant); in vp9_quantize_fp_vsx() 117 qcoeff1 = vec_mulhi(vec_vaddshs(vec_abs(coeff1), round), quant); in vp9_quantize_fp_vsx() 124 qcoeff2 = vec_mulhi(vec_vaddshs(vec_abs(coeff2), round), quant); in vp9_quantize_fp_vsx()
|
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 32 static INLINE int16x8_t vec_mulhi(int16x8_t a, int16x8_t b) { in vec_mulhi() function 43 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff() 45 qcoeff = vec_mulhi(qcoeff, quant_shift); in quantize_coeff() 56 int16x8_t qcoeff = vec_mulhi(rounded, quant); in quantize_coeff_32()
|