Searched defs:GET_M (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A 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 */ \
177 #undef GET_M macro
/external/webp/src/dsp/
H A 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 */ \
177 #undef GET_M macro

Completed in 116 milliseconds