Searched refs:LD_V2 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 235 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ macro 240 #define LD_UB2(...) LD_V2(v16u8, __VA_ARGS__) 241 #define LD_SB2(...) LD_V2(v16i8, __VA_ARGS__) 242 #define LD_SH2(...) LD_V2(v8i16, __VA_ARGS__) 243 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) 247 LD_V2(RTYPE, (psrc), stride, out0, out1); \ 254 LD_V2(RTYPE, (psrc), stride, out0, out1); \ 255 LD_V2(RTYPE, (psrc) + 2 * stride, stride, out2, out3); \ 272 LD_V2(RTYPE, (psrc) + 5 * stride, stride, out5, out6); \
|