Home | History | Annotate | Download | only in dsp

Lines Matching full:average4

677 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
785 const uint32_t pred = Average4(left, top[-1], top[0], top[1]);