Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dupsampling_sse41.c43 #define GET_M(ij, in, out) do { \ macro
84 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
85 GET_M(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
173 #undef GET_M
Dupsampling_sse2.c41 #define GET_M(ij, in, out) do { \ macro
82 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
83 GET_M(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
179 #undef GET_M