Searched refs:coeff1_abs (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ppc/ |
D | quantize_vsx.c | 118 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx() local 122 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_vsx() 135 quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, zero_mask1); in vpx_quantize_b_vsx() 159 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_vsx() 162 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_vsx() 166 qcoeff1 = quantize_coeff(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_vsx() 227 int16x8_t coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx() local 240 zero_mask1 = vec_cmpge(coeff1_abs, zbin); in vpx_quantize_b_32x32_vsx() 247 qcoeff1 = quantize_coeff_32(coeff1, coeff1_abs, round, quant, quant_shift, in vpx_quantize_b_32x32_vsx() 269 coeff1_abs = vec_abs(coeff1); in vpx_quantize_b_32x32_vsx() [all …]
|