Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_csp_enc.c86 static int kLinearToGammaTab[kGammaTabSize + 1]; variable
100 kLinearToGammaTab[v] = (int)(255. * pow(scale * v, 1. / kGamma) + .5); in InitGammaTables()
113 const int v0 = kLinearToGammaTab[tab_pos]; in Interpolate()
114 const int v1 = kLinearToGammaTab[tab_pos + 1]; in Interpolate()

Completed in 6 milliseconds