Searched refs:ILVRL_H2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1114 #define ILVRL_H2(RTYPE, in0, in1, out0, out1) \ macro 1119 #define ILVRL_H2_SH(...) ILVRL_H2(v8i16, __VA_ARGS__) 1120 #define ILVRL_H2_SW(...) ILVRL_H2(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1207 #define ILVRL_H2(RTYPE, in0, in1, out0, out1) { \ macro 1211 #define ILVRL_H2_SH(...) ILVRL_H2(v8i16, __VA_ARGS__) 1212 #define ILVRL_H2_SW(...) ILVRL_H2(v4i32, __VA_ARGS__)
|