Searched refs:M_MAX (Results 1 – 1 of 1) sorted by relevance
104 static const int M_MAX = 255; in InitGammaTable() local114 a = M_Y + ( ( x - M_X ) * ( M_MAX - M_Y ) + in InitGammaTable()115 ( M_MAX - M_X ) / 2 ) / ( M_MAX - M_X ); in InitGammaTable()
Completed in 35 milliseconds