Searched refs:base_v_total (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/ |
| H A D | tv_fs450.c | 2469 int base_v_total, range, v_offset; local in function:config_overscan_xy 2498 base_v_total = scantable[vga_index].v_total[k]; 2499 range = fsmax(base_v_total - v_total_min, v_total_max - base_v_total); 2508 range_limit(base_v_total + v_offset, v_total_min, v_total_max); 2522 r = (float)g_specs.v_total / (float)base_v_total;
|
| /xsrc/external/mit/xf86-video-geode/dist/src/gfx/ |
| H A D | tv_fs450.c | 2243 int base_v_total, range, v_offset; local in function:config_overscan_xy 2270 base_v_total = scantable[vga_index].v_total[k]; 2271 range = fsmax(base_v_total - v_total_min, v_total_max - base_v_total); 2280 range_limit(base_v_total + v_offset, v_total_min, v_total_max); 2292 r = (float) g_specs.v_total / (float) base_v_total;
|
Completed in 12 milliseconds