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.c34 SRAR_D4_UD(out0, out1, out2, out3, shift); \
40 SRAR_D4_UD(out0, out1, out2, out3, shift); \
67 SRAR_D4_UD(out0, out1, out2, out3, shift); \
73 SRAR_D4_UD(out0, out1, out2, out3, shift); \
94 SRAR_D4_UD(out0, out1, out2, out3, shift); \
97 SRAR_D4_UD(out0, out1, out2, out3, shift); \
Dmsa_macro.h1124 #define SRAR_D4_UD(...) SRAR_D4(v2u64, __VA_ARGS__) macro