Searched refs:DOTP_SH2 (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 798 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro 803 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__) 809 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \ 810 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 487 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) do { \ macro 491 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
|
Completed in 8 milliseconds