Searched refs:VSHF_H2 (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 454 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) do { \ macro 458 #define VSHF_H2_UH(...) VSHF_H2(v8u16, __VA_ARGS__) 459 #define VSHF_H2_SH(...) VSHF_H2(v8i16, __VA_ARGS__)
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 692 #define VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ macro 697 #define VSHF_H2_SH(...) VSHF_H2(v8i16, __VA_ARGS__) 702 VSHF_H2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1); \
|
Completed in 8 milliseconds