quantize_msa.c | 25 v8i16 q_coeff0, q_coeff1; local 62 VSHF_H2_SH(x0, x1, x0, x1, inv_zig_zag0, inv_zig_zag1, q_coeff0, q_coeff1); 63 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); 65 q_coeff0 *= de_quant0; 67 ST_SH2(q_coeff0, q_coeff1, dq_coeff, 8); 104 v8i16 q_coeff0, q_coeff1; local 205 q_coeff0, q_coeff1); 206 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); 208 MUL2(de_quant0, q_coeff0, de_quant1, q_coeff1, de_quant0, de_quant1);
|