Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_csp.c126 static WEBP_INLINE int LinearToGamma(uint32_t base_value, int shift) { in LinearToGamma() argument
127 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() argument
136 return (int)(base_value << shift); in LinearToGamma()