Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/mips/msa/
Ddct_msa.c105 SPLATI_W2_SW(coeff, 2, out3, out1); in vp8_short_fdct4x4_msa()
151 SPLATI_W2_SW(coeff, 2, vec3_w, vec1_w); in vp8_short_fdct8x4_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h1229 #define SPLATI_W2_SW(...) SPLATI_W2(v4i32, __VA_ARGS__) macro