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

/external/chromium_org/third_party/libwebp/dsp/
H A Dupsampling_sse2.c51 #define PACK_AND_STORE(a, b, da, db, out) do { \ macro
86 PACK_AND_STORE(a, b, diag1, diag2, out + 0); /* store top */ \
87 PACK_AND_STORE(c, d, diag2, diag1, out + 2 * 32); /* store bottom */ \
178 #undef PACK_AND_STORE macro
/external/webp/src/dsp/
H A Dupsampling_sse2.c51 #define PACK_AND_STORE(a, b, da, db, out) do { \ macro
86 PACK_AND_STORE(a, b, diag1, diag2, out + 0); /* store top */ \
87 PACK_AND_STORE(c, d, diag2, diag1, out + 2 * 32); /* store bottom */ \
178 #undef PACK_AND_STORE macro

Completed in 97 milliseconds