Searched defs:kLinearToGammaTab (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_csp.c100 static int kLinearToGammaTab[kGammaTabSize + 1]; variable
114 kLinearToGammaTab[v] = (int)(pow(x, 1. / kGamma) * 255. + .5);
130 const int v0 = kLinearToGammaTab[tab_pos];
131 const int v1 = kLinearToGammaTab[tab_pos + 1];
/external/webp/src/enc/
H A Dpicture_csp.c100 static int kLinearToGammaTab[kGammaTabSize + 1]; variable
114 kLinearToGammaTab[v] = (int)(pow(x, 1. / kGamma) * 255. + .5);
130 const int v0 = kLinearToGammaTab[tab_pos];
131 const int v1 = kLinearToGammaTab[tab_pos + 1];

Completed in 113 milliseconds