Lines Matching refs:emphasis
1653 DBG (15, " image emphasis: %d\n", s->has_emphasis);
3296 opt->name = "emphasis";
4835 *val_p = s->emphasis;
5540 s->emphasis = val_c;
7681 /*scanner emphasis ranges from 0 to 7f and smoothing from 80 to ff*/
7682 /* but we expose them to user as a single linear range smooth->emphasis */
7683 /* flip the smooth part over, and tack it onto the upper end of emphasis */
7684 if(s->emphasis < 0)
7685 set_WD_c1_emphasis(desc1,127-s->emphasis);
7687 set_WD_c1_emphasis(desc1,s->emphasis);
7701 /*scanner emphasis ranges from 0 to 7f and smoothing from 80 to ff*/
7702 /* but we expose them to user as a single linear range smooth->emphasis */
7703 /* flip the smooth part over, and tack it onto the upper end of emphasis */
7704 if(s->emphasis < 0)
7705 set_WD_emphasis(desc1,127-s->emphasis);
7707 set_WD_emphasis(desc1,s->emphasis);