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.c41 v8i16 temp0_h, temp1_h, temp2_h, temp3_h, cmp, delta_vec; in vp8_denoiser_filter_msa() local
107 temp2_h = __msa_ceqi_h(adjust0, 0); in vp8_denoiser_filter_msa()
109 adjust0 = (v8i16)__msa_bmnz_v((v16u8)adjust0, (v16u8)diff0, (v16u8)temp2_h); in vp8_denoiser_filter_msa()
116 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa()
119 __msa_bmnz_v(running_avg_y, mc_running_avg_y0, (v16u8)temp2_h); in vp8_denoiser_filter_msa()
155 temp2_h = __msa_ceqi_h(adjust0, 0); in vp8_denoiser_filter_msa()
157 adjust0 = (v8i16)__msa_bmnz_v((v16u8)adjust0, (v16u8)diff0, (v16u8)temp2_h); in vp8_denoiser_filter_msa()
164 temp2_h = (v8i16)__msa_pckev_b((v16i8)temp3_h, (v16i8)temp2_h); in vp8_denoiser_filter_msa()
167 __msa_bmnz_v(running_avg_y, mc_running_avg_y1, (v16u8)temp2_h); in vp8_denoiser_filter_msa()
223 ILVRL_B2_SH(zero, running_avg_y, temp2_h, temp3_h); in vp8_denoiser_filter_msa()
[all …]
Dquantize_msa.c30 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in fast_quantize_b_msa() local
51 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in fast_quantize_b_msa()
52 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in fast_quantize_b_msa()
99 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in exact_regular_quantize_b_msa() local
126 ILVR_H2_SH(round0, x0, round1, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
127 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa()
130 PCKEV_H2_SH(temp1_w, temp0_w, temp3_w, temp2_w, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
137 ILVL_H2_SH(temp0_h, x0, temp2_h, x1, temp1_h, temp3_h); in exact_regular_quantize_b_msa()
138 ILVR_H2_SH(temp0_h, x0, temp2_h, x1, temp0_h, temp2_h); in exact_regular_quantize_b_msa()
139 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2, in exact_regular_quantize_b_msa()