Searched refs:GET_M (Results 1 – 2 of 2) sorted by relevance
/external/webp/src/dsp/ |
D | upsampling_sse41.c | 43 #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
|
D | upsampling_sse2.c | 41 #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
|