Searched refs:DOTP_UW2_UD (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | rescaler_msa.c | 33 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \ 34 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \ 39 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \ 40 DOTP_UW2_UD(tmp2, tmp3, scale, scale, out2, out3); \ 52 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \ 66 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \ 67 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \ 72 DOTP_UW2_UD(tmp0, tmp1, fyscale, fyscale, out0, out1); \ 73 DOTP_UW2_UD(tmp2, tmp3, fyscale, fyscale, out2, out3); \ 82 DOTP_UW2_UD(tmp0, tmp1, scale, scale, out0, out1); \ [all …]
|
D | msa_macro.h | 507 #define DOTP_UW2_UD(...) DOTP_UW2(v2u64, __VA_ARGS__) macro
|