Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Dquantize_msa.c25 v8i16 q_coeff0, q_coeff1; in fast_quantize_b_msa() local
62 VSHF_H2_SH(x0, x1, x0, x1, inv_zig_zag0, inv_zig_zag1, q_coeff0, q_coeff1); in fast_quantize_b_msa()
63 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); in fast_quantize_b_msa()
66 q_coeff1 *= de_quant1; in fast_quantize_b_msa()
67 ST_SH2(q_coeff0, q_coeff1, dq_coeff, 8); in fast_quantize_b_msa()
104 v8i16 q_coeff0, q_coeff1; in exact_regular_quantize_b_msa() local
205 q_coeff0, q_coeff1); in exact_regular_quantize_b_msa()
206 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); in exact_regular_quantize_b_msa()
208 MUL2(de_quant0, q_coeff0, de_quant1, q_coeff1, de_quant0, de_quant1); in exact_regular_quantize_b_msa()