Lines Matching full:interpolate
110 static WEBP_INLINE int Interpolate(int v) {115 const int y = v1 * x + v0 * ((kGammaTabScale << 2) - x); // interpolate123 const int y = Interpolate(base_value << shift); // final uplifted value223 const float y = v1 * x + v0 * (1.f - x); // interpolate