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

/external/opencv3/3rdparty/libwebp/dsp/
H A Dupsampling_sse2.c45 #define GET_M(ij, in, out) do { \ macro
86 GET_M(bc, t, diag1); /* diag1 = (a + 3b + 3c + d) / 8 */ \
87 GET_M(ad, s, diag2); /* diag2 = (3a + b + c + 3d) / 8 */ \
182 #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 */ \
180 #undef GET_M macro

Completed in 257 milliseconds