Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Drescaler_msa.c35 SRAR_D4_UD(out0, out1, out2, out3, shift); \
41 SRAR_D4_UD(out0, out1, out2, out3, shift); \
68 SRAR_D4_UD(out0, out1, out2, out3, shift); \
74 SRAR_D4_UD(out0, out1, out2, out3, shift); \
95 SRAR_D4_UD(out0, out1, out2, out3, shift); \
98 SRAR_D4_UD(out0, out1, out2, out3, shift); \
Dmsa_macro.h1124 #define SRAR_D4_UD(...) SRAR_D4(v2u64, __VA_ARGS__) macro