Lines Matching defs:v_offset
2243 int base_v_total, range, v_offset;
2275 v_offset = (int) ((((float) overscan_y * range) / 1000.f) + .5f);
2276 TRACE(("v_offset = %d\n", v_offset))
2280 range_limit(base_v_total + v_offset, v_total_min, v_total_max);
2283 v_offset = (g_specs.v_total - v_total_min + (v_step / 2)) / v_step;
2284 g_specs.v_total = v_total_min + v_offset * v_step;
2288 get_ffolat_ivo(vga_mode, tv_std, v_offset, &ffolat, &ivo);
2293 v_offset = (int) (r * (float) scantable[vga_index].v_sync[k]);
2297 v_offset -= (int) (f - f / r);
2301 v_offset += (int) (f * r - f);
2304 g_specs.v_sync = g_specs.v_total - v_offset + pos_y;