HomeSort by relevance Sort by last modified time
    Searched full:q_coeff0 (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/vp8/encoder/mips/msa/
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);

Completed in 50 milliseconds