Searched refs:LD_V5 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 302 #define LD_V5(RTYPE, psrc, stride, out0, out1, out2, out3, out4) \ macro 307 #define LD_UB5(...) LD_V5(v16u8, __VA_ARGS__) 308 #define LD_SB5(...) LD_V5(v16i8, __VA_ARGS__) 323 LD_V5(RTYPE, (psrc), stride, out0, out1, out2, out3, out4); \
|