Searched refs:ILVEV_W2 (Results 1 – 5 of 5) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 778 #define ILVEV_W2(RTYPE, in0, in1, in2, in3, out0, out1) do { \ macro 782 #define ILVEV_W2_UB(...) ILVEV_W2(v16u8, __VA_ARGS__) 783 #define ILVEV_W2_SB(...) ILVEV_W2(v16i8, __VA_ARGS__) 784 #define ILVEV_W2_UH(...) ILVEV_W2(v8u16, __VA_ARGS__) 785 #define ILVEV_W2_SD(...) ILVEV_W2(v2i64, __VA_ARGS__)
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 328 #define ILVEV_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 333 #define ILVEV_W2_UB(...) ILVEV_W2(v16u8, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 916 #define ILVEV_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 921 #define ILVEV_W2_SD(...) ILVEV_W2(v2i64, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 967 #define ILVEV_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 972 #define ILVEV_W2_SB(...) ILVEV_W2(v16i8, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1078 #define ILVEV_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1083 #define ILVEV_W2_SB(...) ILVEV_W2(v16i8, __VA_ARGS__)
|