Searched refs:LD_B5 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 316 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ macro 321 #define LD_UB5(...) LD_B5(v16u8, __VA_ARGS__) 322 #define LD_SB5(...) LD_B5(v16i8, __VA_ARGS__) 326 LD_B5(RTYPE, (psrc), stride, out0, out1, out2, out3, out4); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 292 #define LD_B5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ macro 297 #define LD_UB5(...) LD_B5(v16u8, __VA_ARGS__) 298 #define LD_SB5(...) LD_B5(v16i8, __VA_ARGS__)
|