Searched refs:quantize_coeff (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 39 static INLINE int16x8_t quantize_coeff(int16x8_t coeff, int16x8_t coeff_abs, in quantize_coeff() function 129 quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, zero_mask0); in vpx_quantize_b_vsx() 135 quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, zero_mask1); in vpx_quantize_b_vsx() 164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx() 166 qcoeff1 = quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_vsx() 168 qcoeff2 = quantize_coeff(coeff2, coeff2_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
|