Searched refs:ST_V8 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 386 #define ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ macro 391 #define ST_UB8(...) ST_V8(v16u8, __VA_ARGS__) 392 #define ST_SH8(...) ST_V8(v8i16, __VA_ARGS__) 393 #define ST_SW8(...) ST_V8(v4i32, __VA_ARGS__)
|