Searched refs:in3_w (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 170 v4i32 in0_w, in1_w, in2_w, in3_w, temp0, temp1, temp2, temp3; in vp8_short_walsh4x4_msa() local 178 UNPCK_R_SH_SW(in3_h, in3_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() 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() 191 in3_w += RET_1_IF_NEG_W(in3_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() 193 SRA_4V(in0_w, in1_w, in2_w, in3_w, 3); in vp8_short_walsh4x4_msa() [all …]
|