Searched refs:ihw (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2475 int iho, iho_max, ihw; local in function:config_overscan_xy
2634 /*additionally, ihw cannot exceed tv width / hscale */
2635 /*and if hsc is negative, (ihw)(-hsc/128) cannot exceed ~250. */
2636 /*and ihw should be even. */
2637 ihw = fsmin(vga_pixels + pre_pixels - iho, (int)(720.0f / hscale));
2639 ihw = (int)fsmin(ihw, 253L * 128 / (-hsc));
2640 ihw &= ~1;
2641 TRACE(("ihw = %u\n", ihw))
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2249 int iho, iho_max, ihw; local in function:config_overscan_xy
2404 /* additionally, ihw cannot exceed tv width / hscale */
2405 /* and if hsc is negative, (ihw)(-hsc/128) cannot exceed ~250. */
2406 /* and ihw should be even. */
2407 ihw = fsmin(vga_pixels + pre_pixels - iho, (int) (720.0f / hscale));
2409 ihw = (int) fsmin(ihw, 253L * 128 / (-hsc));
2410 ihw &= ~1;
2411 TRACE(("ihw = %u\n", ihw))
[all...]

Completed in 9 milliseconds