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.c22 v8i16 q_coeff0, q_coeff1; in fast_quantize_b_msa() local
59 VSHF_H2_SH(x0, x1, x0, x1, inv_zig_zag0, inv_zig_zag1, q_coeff0, q_coeff1); in fast_quantize_b_msa()
60 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); in fast_quantize_b_msa()
63 q_coeff1 *= de_quant1; in fast_quantize_b_msa()
64 ST_SH2(q_coeff0, q_coeff1, dq_coeff, 8); in fast_quantize_b_msa()
90 v8i16 q_coeff0, q_coeff1; in exact_regular_quantize_b_msa() local
175 q_coeff0, q_coeff1); in exact_regular_quantize_b_msa()
176 ST_SH2(q_coeff0, q_coeff1, q_coeff, 8); in exact_regular_quantize_b_msa()
178 MUL2(de_quant0, q_coeff0, de_quant1, q_coeff1, de_quant0, de_quant1); in exact_regular_quantize_b_msa()