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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.h28 int dbContrast; member in struct:__anon86f3611d0108
H A Dtheatre.c900 double dbSynctipRef0=0, dbContrast=1; local in function:RT_SetBrightness
926 if(t->dbContrast == 0)
928 t->dbContrast = 1.0; /*NTSC default; */
931 dbContrast = (double) t->dbContrast;
955 wBrightness = (uint16_t) (16.0 * ((dbBrightness-dbSetup) + (16.0 / (dbContrast * dbYgain))));
1000 double dbSynctipRef0=0, dbContrast=0; local in function:RT_SetContrast
1018 dbContrast = (double) (Contrast+1000.0) / 1000.0;
1040 bTempContrast = (uint8_t) ((dbContrast * dbYgain * 64) + 0.5);
1045 t->dbContrast
[all...]
H A Dtheatre200.c1632 t->dbContrast = (double) (Contrast+1000.0) / 1000.0;

Completed in 7 milliseconds