Searched refs:Average3 (Results 1 – 2 of 2) sorted by relevance
182 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3() function192 return Average3(left, top[0], top[1]); in Predictor5_MIPSdspR2()
33 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) { in Average3() function132 const uint32_t pred = Average3(left, top[0], top[1]); in VP8LPredictor5_C()