Searched refs:base_value (Results 1 – 1 of 1) sorted by relevance
126 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument127 const int y = Interpolate(base_value << shift); // final uplifted value in LinearToGamma()135 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument136 return (int)(base_value << shift); in LinearToGamma()