Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h252 #define LD_V4(RTYPE, psrc, stride, out0, out1, out2, out3) \ macro
257 #define LD_UB4(...) LD_V4(v16u8, __VA_ARGS__)
258 #define LD_SB4(...) LD_V4(v16i8, __VA_ARGS__)
259 #define LD_SH4(...) LD_V4(v8i16, __VA_ARGS__)
263 LD_V4(RTYPE, (psrc), stride, out0, out1, out2, out3); \
279 LD_V4(RTYPE, (psrc), stride, out0, out1, out2, out3); \
280 LD_V4(RTYPE, (psrc) + 4 * stride, stride, out4, out5, out6, out7); \