Searched refs:mstar (Results 1 – 1 of 1) sorted by relevance
215 float mstar = 1.0f / 0.0228f * (float) Math.log(1.0f + 0.0228f * m); in fromIntInFrame() local216 float astar = mstar * (float) Math.cos(hueRadians); in fromIntInFrame()217 float bstar = mstar * (float) Math.sin(hueRadians); in fromIntInFrame()247 float mstar = 1.0f / 0.0228f * (float) Math.log(1.0 + 0.0228 * m); in fromJchInFrame() local248 float astar = mstar * (float) Math.cos(hueRadians); in fromJchInFrame()249 float bstar = mstar * (float) Math.sin(hueRadians); in fromJchInFrame()