Searched defs:temp1_h (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/mips/msa/
H A Ddenoising_msa.c41 v8i16 temp0_h, temp1_h, temp2_h, temp3_h, cmp, delta_vec; local
102 temp1_h = __msa_clei_s_h(diff1, 0);
103 temp1_h = temp1_h & four;
104 mask1 += temp1_h;
112 UNPCK_UB_SH(sig0, temp0_h, temp1_h);
113 ADD2(temp0_h, adjust0, temp1_h, adjust1, temp0_h, temp1_h);
114 MAXI_SH2_SH(temp0_h, temp1_h, 0);
115 SAT_UH2_SH(temp0_h, temp1_h,
[all...]
H A Dquantize_msa.c30 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; local
50 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h);
52 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2,
99 v8i16 temp0_h, temp1_h, temp2_h, temp3_h; local
125 ILVL_H2_SH(round0, x0, round1, x1, temp1_h, temp3_h);
127 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2,
137 ILVL_H2_SH(temp0_h, x0, temp2_h, x1, temp1_h, temp3_h);
139 DOTP_SH4_SW(temp0_h, temp1_h, temp2_h, temp3_h, quant0, quant1, quant2,

Completed in 210 milliseconds