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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.c902 double dbYgain=0; local in function:RT_SetBrightness
939 dbYgain = 219.0 / ( 100.0 * (double)(dbSynctipRef0) /40.0);
944 dbYgain = 219.0 / (92.5 * (double)(dbSynctipRef0) / 40.0);
949 dbYgain = 219.0 / ( 100.0 * (double)(dbSynctipRef0) /43.0);
955 wBrightness = (uint16_t) (16.0 * ((dbBrightness-dbSetup) + (16.0 / (dbContrast * dbYgain))));
1001 double dbYgain=0; local in function:RT_SetContrast
1025 dbYgain = 219.0 / ( 100.0 * (double)(dbSynctipRef0) /40.0);
1029 dbYgain = 219.0 / ( 92.5 * (double)(dbSynctipRef0) /40.0);
1034 dbYgain = 219.0 / ( 100.0 * (double)(dbSynctipRef0) /43.0);
1040 bTempContrast = (uint8_t) ((dbContrast * dbYgain * 6
[all...]

Completed in 3 milliseconds