Searched refs:kLinearToGammaTab (Results 1 – 1 of 1) sorted by relevance
97 static int kLinearToGammaTab[GAMMA_TAB_SIZE + 1]; variable113 kLinearToGammaTab[v] = (int)(255. * pow(scale * v, 1. / kGamma) + .5); in WEBP_DSP_INIT_FUNC()126 const int v0 = kLinearToGammaTab[tab_pos]; in Interpolate()127 const int v1 = kLinearToGammaTab[tab_pos + 1]; in Interpolate()