Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h723 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) { \ macro
727 #define DOTP_SH2_SW(...) DOTP_SH2(v4i32, __VA_ARGS__)
732 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
733 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h660 #define DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro
670 DOTP_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \
671 DOTP_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \