Home
last modified time | relevance | path

Searched refs:BestRemainder (Results 1 – 4 of 4) sorted by relevance

/dports/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.6/src/
H A Datimode.c594 int horz_stretch_loop = -1, BestRemainder; in ATIModeCalculate() local
599 BestRemainder = (Numerator * 16) / Denominator; in ATIModeCalculate()
606 if (Remainder < BestRemainder) in ATIModeCalculate()
609 if (!(BestRemainder = Remainder)) in ATIModeCalculate()
618 if (Remainder < BestRemainder) in ATIModeCalculate()
621 BestRemainder = Remainder; in ATIModeCalculate()
627 (!BestRemainder || !pATI->OptionBlend)) in ATIModeCalculate()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1091 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1096 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1100 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1102 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1107 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1091 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1096 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1100 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1102 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1107 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/video/fbdev/aty/
H A Datyfb_base.c1091 int horz_stretch_loop = -1, BestRemainder; in aty_var_to_crtc() local
1096 BestRemainder = (Numerator * 16) / Denominator; in aty_var_to_crtc()
1100 if (Remainder < BestRemainder) { in aty_var_to_crtc()
1102 if (!(BestRemainder = Remainder)) in aty_var_to_crtc()
1107 if ((horz_stretch_loop >= 0) && !BestRemainder) { in aty_var_to_crtc()