Searched refs:Average4 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_neon.c165 static WEBP_INLINE uint32_t Average4(const uint32_t* const a, function
202 return Average4(&left, top - 1, top + 0, top + 1);
H A Dlossless_sse2.c106 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
140 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
H A Dlossless.c408 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
524 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
/external/webp/src/dsp/
H A Dlossless_neon.c165 static WEBP_INLINE uint32_t Average4(const uint32_t* const a, function
202 return Average4(&left, top - 1, top + 0, top + 1);
H A Dlossless_sse2.c106 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
140 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
H A Dlossless.c408 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
515 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);

Completed in 43 milliseconds