Searched refs:DPADD_SH2 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 706 #define DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro 711 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__) 716 DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1); \ 717 DPADD_SH2(RTYPE, mult2, mult3, cnst2, cnst3, out2, out3); \
|
/external/webp/src/dsp/ |
D | msa_macro.h | 517 #define DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) do { \ macro 521 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 821 #define DPADD_SH2(RTYPE, mult0, mult1, cnst0, cnst1, out0, out1) \ macro 826 #define DPADD_SH2_SW(...) DPADD_SH2(v4i32, __VA_ARGS__)
|