Searched refs:SRLR_H4 (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
D | generic_macros_msa.h | 1980 #define SRLR_H4(RTYPE, in0, in1, in2, in3, shift) \ macro 1987 #define SRLR_H4_UH(...) SRLR_H4(v8u16, __VA_ARGS__) 1988 #define SRLR_H4_SH(...) SRLR_H4(v8i16, __VA_ARGS__) 1992 SRLR_H4(RTYPE, in0, in1, in2, in3, shift); \ 1993 SRLR_H4(RTYPE, in4, in5, in6, in7, shift); \
|