Searched refs:DPADD_SH2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 727 #define DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro 732 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__) 737 DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \ 738 DPADD_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 786 #define DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) { \ macro 790 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__)
|