Searched refs:vec1_w (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | dct_msa.c | 121 v4i32 vec0_w, vec1_w, vec2_w, vec3_w; in vp8_short_fdct8x4_msa() local 132 vec1_w = (v4i32)__msa_ilvev_h(zero, temp0); in vp8_short_fdct8x4_msa() 136 vec0_w = vec1_w; in vp8_short_fdct8x4_msa() 139 vec1_w, vec2_w, vec3_w); in vp8_short_fdct8x4_msa() 140 SRA_4V(vec1_w, vec0_w, vec3_w, vec2_w, 12); in vp8_short_fdct8x4_msa() 141 PCKEV_H2_SH(vec1_w, vec0_w, vec3_w, vec2_w, in1, in3); in vp8_short_fdct8x4_msa() 149 SPLATI_W2_SW(coeff, 2, vec3_w, vec1_w); in vp8_short_fdct8x4_msa() 150 vec3_w += vec1_w; in vp8_short_fdct8x4_msa() 151 vec1_w = __msa_splati_w((v4i32)coeff, 1); in vp8_short_fdct8x4_msa() 154 vec0_w = vec1_w; in vp8_short_fdct8x4_msa() [all …]
|