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

/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c281 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { function
426 const uint32_t pred = Average3(left, top[0], top[1]);
/external/webp/src/dsp/
H A Dlossless.c281 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { function
426 const uint32_t pred = Average3(left, top[0], top[1]);

Completed in 79 milliseconds