Searched refs:Average4 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | lossless_mips_dsp_r2.c | 186 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 214 return Average4(left, top[-1], top[0], top[1]); in Predictor10()
|
D | lossless.c | 38 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 154 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10()
|
D | lossless_enc.c | 677 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 785 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10()
|
D | lossless_sse2.c | 127 static WEBP_INLINE uint32_t Average4(uint32_t a0, uint32_t a1, in Average4() function 161 const uint32_t pred = Average4(left, top[-1], top[0], top[1]); in Predictor10_SSE2()
|