Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_msa.c33 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 …]
Dmsa_macro.h507 #define DOTP_UW2_UD(...) DOTP_UW2(v2u64, __VA_ARGS__) macro