Home | History | Annotate | Download | only in dsp

Lines Matching refs:Average3

281 static WEBP_INLINE uint32_t Average3(uint32_t a0, uint32_t a1, uint32_t a2) {
426 const uint32_t pred = Average3(left, top[0], top[1]);