Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c170 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; in vp8_short_walsh4x4_msa() local
175 UNPCK_R_SH_SW(in0_h, in0_w); in vp8_short_walsh4x4_msa()
179 BUTTERFLY_4(in0_w, in1_w, in3_w, in2_w, temp0, temp3, temp2, temp1); in vp8_short_walsh4x4_msa()
181 BUTTERFLY_4(temp0, temp1, temp2, temp3, in0_w, in1_w, in2_w, in3_w); in vp8_short_walsh4x4_msa()
183 in0_w += temp0; in vp8_short_walsh4x4_msa()
184 TRANSPOSE4x4_SW_SW(in0_w, in1_w, in2_w, in3_w, in0_w, in1_w, in2_w, in3_w); in vp8_short_walsh4x4_msa()
186 BUTTERFLY_4(in0_w, in1_w, in3_w, in2_w, temp0, temp3, temp2, temp1); in vp8_short_walsh4x4_msa()
187 BUTTERFLY_4(temp0, temp1, temp2, temp3, in0_w, in1_w, in2_w, in3_w); in vp8_short_walsh4x4_msa()
188 in0_w += RET_1_IF_NEG_W(in0_w); in vp8_short_walsh4x4_msa()
192 ADD4(in0_w, 3, in1_w, 3, in2_w, 3, in3_w, 3, in0_w, in1_w, in2_w, in3_w); in vp8_short_walsh4x4_msa()
[all …]