pickmode.c | 122 int aspect, refresh, hbest, vbest, abest, atemp, rbest, rtemp; local in function:sort_modes 167 abest = 1000; 181 if (abs(abest - atemp) > (abest / 8) && 182 abs(aspect - atemp) < abs(aspect - abest)) { 183 abest = atemp; 186 if (atemp == abest || 187 abs(abest - atemp) <= (abest / 8)) {
|