Searched refs:quantize_coeff_32 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 51 static INLINE int16x8_t quantize_coeff_32(int16x8_t coeff, int16x8_t coeff_abs, in quantize_coeff_32() function 242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx() 247 qcoeff1 = quantize_coeff_32(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx() 276 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx() 278 qcoeff1 = quantize_coeff_32(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx() 280 qcoeff2 = quantize_coeff_32(coeff2, coeff2_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
|