Home
last modified time | relevance | path

Searched refs:GradientPredictorC (Results 1 – 1 of 1) sorted by relevance

/external/webp/src/dsp/
Dfilters_sse2.c192 static WEBP_INLINE int GradientPredictorC(uint8_t a, uint8_t b, uint8_t c) { in GradientPredictorC() function
218 out[i] = row[i] - GradientPredictorC(row[i - 1], top[i], top[i - 1]); in GradientPredictDirect()
256 row[i] = in[i] + GradientPredictorC(row[i - 1], top[i], top[i - 1]); in GradientPredictInverse()