Searched refs:ILVEV_D2 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
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__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 930 #define ILVEV_D2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 935 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 981 #define ILVEV_D2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 986 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1092 #define ILVEV_D2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1097 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__)
|