Searched refs:ILVOD_B2 (Results 1 – 1 of 1) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 727 #define ILVOD_B2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 731 #define ILVOD_B2_UB(...) ILVOD_B2(v16u8, __VA_ARGS__) 732 #define ILVOD_B2_SB(...) ILVOD_B2(v16i8, __VA_ARGS__) 733 #define ILVOD_B2_UH(...) ILVOD_B2(v8u16, __VA_ARGS__) 734 #define ILVOD_B2_SH(...) ILVOD_B2(v8i16, __VA_ARGS__) 735 #define ILVOD_B2_SD(...) ILVOD_B2(v2i64, __VA_ARGS__)
|