Home
last modified time | relevance | path

Searched refs:temp0_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
57 temp0_h = zero - adj_val; in vp8_denoiser_filter_msa()
58 adj_val = (v8i16)__msa_ilvev_d((v2i64)temp0_h, (v2i64)adj_val); in vp8_denoiser_filter_msa()
99 temp0_h = __msa_clei_s_h(diff0, 0); in vp8_denoiser_filter_msa()
100 temp0_h = temp0_h & four; in vp8_denoiser_filter_msa()
101 mask0 += temp0_h; in vp8_denoiser_filter_msa()
112 UNPCK_UB_SH(sig0, temp0_h, temp1_h); in vp8_denoiser_filter_msa()
113 ADD2(temp0_h, adjust0, temp1_h, adjust1, temp0_h, temp1_h); in vp8_denoiser_filter_msa()
114 MAXI_SH2_SH(temp0_h, temp1_h, 0); in vp8_denoiser_filter_msa()
115 SAT_UH2_SH(temp0_h, temp1_h, 7); 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()