Searched refs:ILVL_W2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1037 #define ILVL_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1042 #define ILVL_W2_UB(...) ILVL_W2(v16u8, __VA_ARGS__) 1043 #define ILVL_W2_SH(...) ILVL_W2(v8i16, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1148 #define ILVL_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1153 #define ILVL_W2_UB(...) ILVL_W2(v16u8, __VA_ARGS__) 1154 #define ILVL_W2_SH(...) ILVL_W2(v8i16, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 984 #define ILVL_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 989 #define ILVL_W2_SH(...) ILVL_W2(v8i16, __VA_ARGS__)
|