Home
last modified time | relevance | path

Searched refs:Average3 (Results 1 – 3 of 3) sorted by relevance

/external/webp/src/dsp/
Dlossless_mips_dsp_r2.c182 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3() function
192 return Average3(left, top[0], top[1]); in Predictor5_MIPSdspR2()
Dlossless.c33 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3() function
132 const uint32_t pred = Average3(left, top[0], top[1]); in Predictor5_C()
Dlossless_enc.c704 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3() function
794 const uint32_t pred = Average3(left, top[0], top[1]); in Predictor5()