Searched refs:LD_B3 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 294 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) \ macro 299 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__) 300 #define LD_SB3(...) LD_B3(v16i8, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 303 #define LD_B3(RTYPE, psrc, stride, out0, out1, out2) { \ macro 307 #define LD_UB3(...) LD_B3(v16u8, __VA_ARGS__)
|