Searched refs:M_X (Results 1 – 1 of 1) sorted by relevance
105 static const int M_X = 128; in InitGammaTable() local111 if ( x <= M_X ) in InitGammaTable()112 a = ( x * M_Y + M_X / 2) / M_X; in InitGammaTable()114 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 20 milliseconds