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