Searched refs:LD_B3 (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 227 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) do { \ macro 231 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__) 232 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 276 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ macro 281 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__) 282 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ macro 308 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
|