HomeSort by relevance Sort by last modified time
    Searched refs:PACK_AND_STORE (Results 1 - 2 of 2) sorted by null

  /external/webp/src/dsp/
upsampling_sse2.c 51 #define PACK_AND_STORE(a, b, da, db, out) do { \
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 */ \
180 #undef PACK_AND_STORE
upsampling_sse41.c 53 #define PACK_AND_STORE(a, b, da, db, out) do { \
88 PACK_AND_STORE(a, b, diag1, diag2, (out) + 0); /* store top */ \
89 PACK_AND_STORE(c, d, diag2, diag1, (out) + 2 * 32); /* store bottom */ \
174 #undef PACK_AND_STORE

Completed in 94 milliseconds