Searched refs:ILVEV_H2 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 746 #define ILVEV_H2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 750 #define ILVEV_H2_UB(...) ILVEV_H2(v16u8, __VA_ARGS__) 751 #define ILVEV_H2_UH(...) ILVEV_H2(v8u16, __VA_ARGS__) 752 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__) 753 #define ILVEV_H2_SW(...) ILVEV_H2(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 951 #define ILVEV_H2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 956 #define ILVEV_H2_UB(...) ILVEV_H2(v16u8, __VA_ARGS__) 957 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__) 958 #define ILVEV_H2_SW(...) ILVEV_H2(v4i32, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1062 #define ILVEV_H2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1067 #define ILVEV_H2_UB(...) ILVEV_H2(v16u8, __VA_ARGS__) 1068 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__) 1069 #define ILVEV_H2_SW(...) ILVEV_H2(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 901 #define ILVEV_H2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 906 #define ILVEV_H2_UB(...) ILVEV_H2(v16u8, __VA_ARGS__) 907 #define ILVEV_H2_SH(...) ILVEV_H2(v8i16, __VA_ARGS__)
|