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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c2319 int modeflags, totalPixels, confactor, sample, watchdog = 0; local in function:set_overlay
2350 confactor = (totalPixels - 10000) / 20000;
2351 if(confactor > 3) confactor = 3;
2352 switch(confactor) {
2359 confactor <<= 6;
2436 setvideoregmask(pSiS, Index_VI_Contrast_Enh_Ctrl, (CARD8)confactor, 0xc0);

Completed in 19 milliseconds