Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddenoising_msa.c43 v8i16 temp0_h, temp1_h, temp2_h, temp3_h, cmp, delta_vec; in vp8_denoiser_filter_msa() local
112 temp2_h = __msa_ceqi_h(adjust0, 0); in vp8_denoiser_filter_msa()
115 (v16u8)temp2_h); in vp8_denoiser_filter_msa()
123 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa()
126 (v16u8)temp2_h); in vp8_denoiser_filter_msa()
162 temp2_h = __msa_ceqi_h(adjust0, 0); in vp8_denoiser_filter_msa()
165 (v16u8)temp2_h); in vp8_denoiser_filter_msa()
173 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa()
176 (v16u8)temp2_h); in vp8_denoiser_filter_msa()
241 ILVRL_B2_SH(zero, running_avg_y, temp2_h, temp3_h); in vp8_denoiser_filter_msa()
[all …]
Dquantize_msa.c33 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in fast_quantize_b_msa() local
54 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in fast_quantize_b_msa()
55 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in fast_quantize_b_msa()
113 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in exact_regular_quantize_b_msa() local
140 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
141 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa()
144 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
151 ILVL_H2_SH(temp0_h, x0, temp2_h, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa()
152 ILVR_H2_SH(temp0_h, x0, temp2_h, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
153 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa()