Searched refs:h_period_est (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86gtf.c116 float h_period_est; local in function:xf86GTFMode
200 h_period_est = (((1.0/v_field_rate_rqd) - (MIN_VSYNC_PLUS_BP/1000000.0))
209 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP/h_period_est);
235 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
242 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86gtf.c111 float h_period_est; local in function:xf86GTFMode
195 h_period_est = (((1.0 / v_field_rate_rqd) - (MIN_VSYNC_PLUS_BP / 1000000.0))
204 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP / h_period_est);
231 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
238 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/utils/gtf/
H A Dgtf.c294 float h_period_est; local in function:vert_refresh
399 h_period_est = (((1.0/v_field_rate_rqd) - (MIN_VSYNC_PLUS_BP/1000000.0))
403 print_value(7, "[H PERIOD EST]", h_period_est);
411 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP/h_period_est);
446 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
456 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/utils/gtf/
H A Dgtf.c276 float h_period_est; local in function:vert_refresh
374 h_period_est = (((1.0 / v_field_rate_rqd) - (MIN_VSYNC_PLUS_BP / 1000000.0))
378 print_value(7, "[H PERIOD EST]", h_period_est);
385 vsync_plus_bp = rint(MIN_VSYNC_PLUS_BP / h_period_est);
417 v_field_rate_est = 1.0 / h_period_est / total_v_lines * 1000000.0;
426 h_period = h_period_est / (v_field_rate_rqd / v_field_rate_est);

Completed in 4 milliseconds