Searched refs:ILVL_B2 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A 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/ |
H A D | generic_macros_msa.h | 1257 #define ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1262 #define ILVL_B2_UB(...) ILVL_B2(v16u8, __VA_ARGS__) 1263 #define ILVL_B2_SB(...) ILVL_B2(v16i8, __VA_ARGS__) 1264 #define ILVL_B2_UH(...) ILVL_B2(v8u16, __VA_ARGS__) 1265 #define ILVL_B2_SH(...) ILVL_B2(v8i16, __VA_ARGS__) 1270 ILVL_B2(RTYPE, in0, in1, in2, in3, out0, out1); \ 1271 ILVL_B2(RTYPE, in4, in5, in6, in7, out2, out3); \
|
Completed in 8 milliseconds