Home | History | Annotate | Download | only in dsp

Lines Matching full:average4

186 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1,
214 return Average4(left, top[-1], top[0], top[1]);