Home | History | Annotate | Download | only in referencerenderer

Lines Matching refs:sbase

542 	const float		sbase	= saturation(cbase);
546 if (sbase > 0.0f)
547 color = (cbase - minbase) * ssat / sbase;