Searched refs:ST_H2 (Results 1 – 3 of 3) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 195 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ macro 200 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__)
|
/external/webp/src/dsp/ |
D | msa_macro.h | 350 #define ST_H2(RTYPE, in0, in1, pdst, stride) do { \ macro 354 #define ST_UH2(...) ST_H2(v8u16, __VA_ARGS__) 355 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 372 #define ST_H2(RTYPE, in0, in1, pdst, stride) \ macro 377 #define ST_SH2(...) ST_H2(v8i16, __VA_ARGS__)
|