Searched refs:ILVEV_D2 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 830 #define ILVEV_D2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 834 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) 835 #define ILVEV_D2_SB(...) ILVEV_D2(v16i8, __VA_ARGS__) 836 #define ILVEV_D2_SW(...) ILVEV_D2(v4i32, __VA_ARGS__) 837 #define ILVEV_D2_SD(...) ILVEV_D2(v2i64, __VA_ARGS__)
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1239 #define ILVEV_D2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1244 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) 1245 #define ILVEV_D2_SB(...) ILVEV_D2(v16i8, __VA_ARGS__) 1246 #define ILVEV_D2_SW(...) ILVEV_D2(v4i32, __VA_ARGS__)
|
Completed in 10 milliseconds