Home
last modified time | relevance | path

Searched refs:LD_V5 (Results 1 – 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h261 #define LD_V5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ macro
266 #define LD_UB5(...) LD_V5(v16u8, __VA_ARGS__)
267 #define LD_SB5(...) LD_V5(v16i8, __VA_ARGS__)
271 LD_V5(RTYPE, (psrc), stride, out0, out1, out2, out3, out4); \