Searched refs:LD_V2 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 272 #define LD_V2(RTYPE, psrc, stride, out0, out1) \ macro 277 #define LD_UB2(...) LD_V2(v16u8, __VA_ARGS__) 278 #define LD_SB2(...) LD_V2(v16i8, __VA_ARGS__) 279 #define LD_UH2(...) LD_V2(v8u16, __VA_ARGS__) 280 #define LD_SH2(...) LD_V2(v8i16, __VA_ARGS__) 281 #define LD_SW2(...) LD_V2(v4i32, __VA_ARGS__) 285 LD_V2(RTYPE, (psrc), stride, out0, out1); \ 293 LD_V2(RTYPE, (psrc), stride, out0, out1); \ 294 LD_V2(RTYPE, (psrc) + 2 * stride , stride, out2, out3); \ 313 LD_V2(RTYPE, (psrc) + 4 * stride, stride, out4, out5); \ [all …]
|