Searched refs:SPLATI_W2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1701 #define SPLATI_W2(RTYPE, in, stidx, out0, out1) \ macro 1706 #define SPLATI_W2_SH(...) SPLATI_W2(v8i16, __VA_ARGS__) 1707 #define SPLATI_W2_SW(...) SPLATI_W2(v4i32, __VA_ARGS__) 1711 SPLATI_W2(RTYPE, in, 0, out0, out1); \ 1712 SPLATI_W2(RTYPE, in, 2, out2, out3); \
|