Home
last modified time | relevance | path

Searched refs:DOTP_SH2 (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h629 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro
634 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
639 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
640 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
/external/libaom/libaom/aom_dsp/mips/
Dmacros_msa.h756 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro
761 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
766 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
767 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h640 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro
649 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
650 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
/external/webp/src/dsp/
Dmsa_macro.h487 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) do { \ macro
491 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)