Home | History | Annotate | Download | only in enc

Lines Matching full:interpolate

110 static WEBP_INLINE int Interpolate(int v) {
115 const int y = v1 * x + v0 * ((kGammaTabScale << 2) - x); // interpolate
123 const int y = Interpolate(base_value << shift); // final uplifted value
223 const float y = v1 * x + v0 * (1.f - x); // interpolate