Searched refs:ILVL_B4 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1267 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ macro 1273 #define ILVL_B4_UB(...) ILVL_B4(v16u8, __VA_ARGS__) 1274 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 1275 #define ILVL_B4_UH(...) ILVL_B4(v8u16, __VA_ARGS__) 1276 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__)
|