Searched refs:SPLATI_H2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1196 #define SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1) \ macro 1201 #define SPLATI_H2_SB(...) SPLATI_H2(v16i8, __VA_ARGS__) 1202 #define SPLATI_H2_SH(...) SPLATI_H2(v8i16, __VA_ARGS__) 1207 SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1274 #define SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1) { \ macro 1278 #define SPLATI_H2_SH(...) SPLATI_H2(v8i16, __VA_ARGS__) 1282 SPLATI_H2(RTYPE, in, idx0, idx1, out0, out1); \ 1283 SPLATI_H2(RTYPE, in, idx2, idx3, out2, out3); \
|