Searched refs:VSHF_H2 (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 454 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) do { \ macro 458 #define VSHF_H2_UH(...) VSHF_H2(v8u16, __VA_ARGS__) 459 #define VSHF_H2_SH(...) VSHF_H2(v8i16, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 573 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ macro 578 #define VSHF_H2_SH(...) VSHF_H2(v8i16, __VA_ARGS__)
|