Searched refs:ILVR_W2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1148 #define ILVR_W2(RTYPE, in0, in1, in2, in3, out0, out1) { \ macro 1152 #define ILVR_W2_UB(...) ILVR_W2(v16u8, __VA_ARGS__) 1153 #define ILVR_W2_SH(...) ILVR_W2(v8i16, __VA_ARGS__) 1157 ILVR_W2(RTYPE, in0, in1, in2, in3, out0, out1); \ 1158 ILVR_W2(RTYPE, in4, in5, in6, in7, out2, out3); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1065 #define ILVR_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro 1070 #define ILVR_W2_SH(...) ILVR_W2(v8i16, __VA_ARGS__)
|