Searched refs:GradientPredictorC (Results 1 – 1 of 1) sorted by relevance
192 static WEBP_INLINE int GradientPredictorC(uint8_t a, uint8_t b, uint8_t c) { in GradientPredictorC() function218 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()