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

/external/webp/src/dsp/
H A Dlossless_mips_dsp_r2.c185 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
213 return Average4(left, top[-1], top[0], top[1]);
H A Dlossless.c44 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
160 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
H A Dlossless_sse2.c105 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
139 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);
/external/opencv3/3rdparty/libwebp/dsp/
H A Dlossless.c285 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, function
448 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);

Completed in 86 milliseconds