Searched refs:VSHF_B2 (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 438 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) do { \ macro 442 #define VSHF_B2_UB(...) VSHF_B2(v16u8, __VA_ARGS__) 443 #define VSHF_B2_SB(...) VSHF_B2(v16i8, __VA_ARGS__) 444 #define VSHF_B2_UH(...) VSHF_B2(v8u16, __VA_ARGS__) 445 #define VSHF_B2_SH(...) VSHF_B2(v8i16, __VA_ARGS__)
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 656 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ macro 661 #define VSHF_B2_UB(...) VSHF_B2(v16u8, __VA_ARGS__) 662 #define VSHF_B2_SB(...) VSHF_B2(v16i8, __VA_ARGS__) 663 #define VSHF_B2_UH(...) VSHF_B2(v8u16, __VA_ARGS__) 664 #define VSHF_B2_SH(...) VSHF_B2(v8i16, __VA_ARGS__) 669 VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1); \ 677 VSHF_B2(RTYPE, in0, in1, in0, in1, mask0, mask1, out0, out1); \ 678 VSHF_B2(RTYPE, in0, in1, in0, in1, mask2, mask3, out2, out3); \
|
/third_party/skia/third_party/externals/libpng/mips/ |
H A D | filter_msa_intrinsics.c | 346 #define VSHF_B2(RTYPE, in0, in1, in2, in3, mask0, mask1, out0, out1) \ macro 351 #define VSHF_B2_UB(...) VSHF_B2(v16u8, __VA_ARGS__)
|
Completed in 9 milliseconds