Searched refs:LD_V8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 276 #define LD_V8(RTYPE, psrc, stride, out0, out1, out2, out3, out4, out5, out6, \ macro 282 #define LD_UB8(...) LD_V8(v16u8, __VA_ARGS__) 283 #define LD_SB8(...) LD_V8(v16i8, __VA_ARGS__) 284 #define LD_SH8(...) LD_V8(v8i16, __VA_ARGS__) 289 LD_V8(RTYPE, (psrc), stride, out0, out1, out2, out3, out4, out5, out6, \ 291 LD_V8(RTYPE, (psrc) + 8 * stride, stride, out8, out9, out10, out11, out12, \
|