Searched refs:LinearToGammaF (Results 1 - 1 of 1) sorted by relevance

/external/webp/src/enc/
H A Dpicture_csp_enc.c217 static WEBP_INLINE int LinearToGammaF(float value) { function
234 static WEBP_INLINE int LinearToGammaF(float value) { function
266 return LinearToGammaF(0.25f * (A + B + C + D));
276 dst[i] = (fixed_y_t)LinearToGammaF(Y);

Completed in 164 milliseconds