Searched refs:ILVL_B2 (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 846 #define ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 850 #define ILVL_B2_UB(...) ILVL_B2(v16u8, __VA_ARGS__) 851 #define ILVL_B2_SB(...) ILVL_B2(v16i8, __VA_ARGS__) 852 #define ILVL_B2_UH(...) ILVL_B2(v8u16, __VA_ARGS__) 853 #define ILVL_B2_SH(...) ILVL_B2(v8i16, __VA_ARGS__) 854 #define ILVL_B2_SW(...) ILVL_B2(v4i32, __VA_ARGS__)
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | msa_macro.h | 846 #define ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 850 #define ILVL_B2_UB(...) ILVL_B2(v16u8, __VA_ARGS__) 851 #define ILVL_B2_SB(...) ILVL_B2(v16i8, __VA_ARGS__) 852 #define ILVL_B2_UH(...) ILVL_B2(v8u16, __VA_ARGS__) 853 #define ILVL_B2_SH(...) ILVL_B2(v8i16, __VA_ARGS__) 854 #define ILVL_B2_SW(...) ILVL_B2(v4i32, __VA_ARGS__)
|
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1271 #define ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1276 #define ILVL_B2_UB(...) ILVL_B2(v16u8, __VA_ARGS__) 1277 #define ILVL_B2_SB(...) ILVL_B2(v16i8, __VA_ARGS__) 1278 #define ILVL_B2_UH(...) ILVL_B2(v8u16, __VA_ARGS__) 1279 #define ILVL_B2_SH(...) ILVL_B2(v8i16, __VA_ARGS__) 1284 ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1); \ 1285 ILVL_B2(RTYPE, in4, in5, in6, in7, out2, out3); \
|