Home
last modified time | relevance | path

Searched refs:LD_V (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavutil/mips/
H A Dgeneric_macros_msa.h31 #define LD_V(RTYPE, psrc) *((RTYPE *)(psrc)) macro
32 #define LD_UB(...) LD_V(v16u8, __VA_ARGS__)
33 #define LD_SB(...) LD_V(v16i8, __VA_ARGS__)
34 #define LD_UH(...) LD_V(v8u16, __VA_ARGS__)
35 #define LD_SH(...) LD_V(v8i16, __VA_ARGS__)
36 #define LD_UW(...) LD_V(v4u32, __VA_ARGS__)
37 #define LD_SW(...) LD_V(v4i32, __VA_ARGS__)
274 out0 = LD_V(RTYPE, (psrc)); \
275 out1 = LD_V(RTYPE, (psrc) + stride); \
286 out2 = LD_V(RTYP
[all...]

Completed in 2 milliseconds