Searched refs:LinearToGammaS (Results 1 – 1 of 1) sorted by relevance
224 static WEBP_INLINE uint32_t LinearToGammaS(uint32_t value) { in LinearToGammaS() function245 static WEBP_INLINE uint32_t LinearToGammaS(uint32_t value) { in LinearToGammaS() function273 return LinearToGammaS((A + B + C + D + 2) >> 2); in ScaleDown()283 dst[i] = (fixed_y_t)LinearToGammaS(Y); in UpdateW()
Completed in 5 milliseconds