Searched refs:fSaturation (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_xv_overlay.c856 float fPI, fContrast, fSaturation, fHue, fBrightness; local in function:viaCalculateVideoColor
899 fSaturation = rangeEqualize(0., 20000, 0., 2., 1.,
907 fSaturation = rangeEqualize(0., 20000, 0., 2., 1.15,
916 fB1 = (float)(-mCoeff[1] * fContrast * fSaturation * sin(fHue * fPI));
917 fC1 = (float)(mCoeff[1] * fContrast * fSaturation * cos(fHue * fPI));
920 * fContrast * fSaturation);
922 * fContrast * fSaturation);
923 fB3 = (float)(mCoeff[4] * fContrast * fSaturation * cos(fHue * fPI));
924 fC3 = (float)(mCoeff[4] * fContrast * fSaturation * sin(fHue * fPI));

Completed in 7 milliseconds