Home
last modified time | relevance | path

Searched refs:coeff0_abs (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/ppc/
Dquantize_vsx.c117 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx() local
120 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_vsx()
129 quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, zero_mask0); in vpx_quantize_b_vsx()
158 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_vsx()
161 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_vsx()
164 qcoeff0 = quantize_coeff(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_vsx()
226 int16x8_t coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx() local
238 zero_mask0 = vec_cmpge(coeff0_abs, zbin); in vpx_quantize_b_32x32_vsx()
242 qcoeff0 = quantize_coeff_32(coeff0, coeff0_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx()
268 coeff0_abs = vec_abs(coeff0); in vpx_quantize_b_32x32_vsx()
[all …]