Searched refs:ILVEV_B2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 906 #define ILVEV_B2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 911 #define ILVEV_B2_UB(...) ILVEV_B2(v16u8, __VA_ARGS__) 912 #define ILVEV_B2_SH(...) ILVEV_B2(v8i16, __VA_ARGS__) 913 #define ILVEV_B2_SD(...) ILVEV_B2(v2i64, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 993 #define ILVEV_B2(RTYPE, in0, in1, in2, in3, out0, out1) { \ macro 997 #define ILVEV_B2_UB(...) ILVEV_B2(v16u8, __VA_ARGS__) 998 #define ILVEV_B2_SH(...) ILVEV_B2(v8i16, __VA_ARGS__)
|