Searched refs:kGammaScale (Results 1 – 1 of 1) sorted by relevance
80 #define kGammaScale ((1 << kGammaFix) - 1) macro93 const double scale = (double)(1 << kGammaTabFix) / kGammaScale; in InitGammaTables()97 (uint16_t)(pow(norm * v, kGamma) * kGammaScale + .5); in InitGammaTables()