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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2838 float contrast_mult; local in function:config_brightness_contrast
2847 contrast_mult = ((float)contrast * 0.5f / 100.0f) + 0.75f;
2857 black = (int)((float)(black + brightness_off) * contrast_mult);
2858 white = (int)((float)(white + brightness_off) * contrast_mult);
2877 float contrast_mult; local in function:conget_brightness_contrast
2900 contrast_mult =
2904 (int)(((float)black / contrast_mult) - tvsetup.black_level[k]);
2917 ((float)(contrast_mult - 0.75f) * 100.0f / 0.5f)), 0,
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2609 float contrast_mult; local in function:config_brightness_contrast
2619 contrast_mult = ((float) contrast * 0.5f / 100.0f) + 0.75f;
2629 black = (int) ((float) (black + brightness_off) * contrast_mult);
2630 white = (int) ((float) (white + brightness_off) * contrast_mult);
2649 float contrast_mult; local in function:conget_brightness_contrast
2672 contrast_mult =
2676 (int) (((float) black / contrast_mult) - tvsetup.black_level[k]);
2685 range_limit((int) (0.5f + ((float) (contrast_mult -

Completed in 66 milliseconds