Home
last modified time | relevance | path

Searched refs:temp1_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
102 temp1_h = __msa_clei_s_h(diff1, 0); in vp8_denoiser_filter_msa()
103 temp1_h = temp1_h & four; in vp8_denoiser_filter_msa()
104 mask1 += temp1_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()
117 running_avg_y = (v16u8)__msa_pckev_b((v16i8)temp1_h, (v16i8)temp0_h); in vp8_denoiser_filter_msa()
150 temp1_h = __msa_clei_s_h(diff1, 0); in vp8_denoiser_filter_msa()
[all …]
Dquantize_msa.c30 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; in fast_quantize_b_msa() local
50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_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
125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_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()
137 ILVL_H2_SH(temp0_h, x0, temp2_h, x1, temp1_h, temp3_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()