Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/mips/
H A Dgeneric_macros_msa.h1411 #define ILVR_W2(RTYPE, in0, in1, in2, in3, out0, out1) \ macro
1416 #define ILVR_W2_UB(...) ILVR_W2(v16u8, __VA_ARGS__)
1417 #define ILVR_W2_SB(...) ILVR_W2(v16i8, __VA_ARGS__)
1418 #define ILVR_W2_SH(...) ILVR_W2(v8i16, __VA_ARGS__)
1423 ILVR_W2(RTYPE, in0, in1, in2, in3, out0, out1); \
1424 ILVR_W2(RTYPE, in4, in5, in6, in7, out2, out3); \

Completed in 5 milliseconds