Lines Matching refs:vga_pixels
2246 int vga_pixels, pre_pixels;
2334 vga_pixels = g_specs.vga_width;
2335 if (1024 == vga_pixels)
2336 vga_pixels /= 2;
2338 /* maximum scaling coefficient is tv_width / vga_pixels */
2341 hscale_max = (720.0f / vga_pixels);
2385 /* pre_pixels = (htotal - hsync) * (vga_pixels / vga_width) */
2392 g_specs.h_sync) * vga_pixels / g_specs.vga_width);
2393 iho_max = (2 * pre_pixels) - ((int) (720.0f / hscale + 0.5f) - vga_pixels);
2407 ihw = fsmin(vga_pixels + pre_pixels - iho, (int) (720.0f / hscale));