Searched refs:DPADD_SB2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 702 #define DPADD_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro 707 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) 712 DPADD_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \ 713 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 763 #define DPADD_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) { \ macro 767 #define DPADD_SB2_SH(...) DPADD_SB2(v8i16, __VA_ARGS__) 771 DPADD_SB2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \ 772 DPADD_SB2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|