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

/xsrc/external/mit/xf86-video-siliconmotion/dist/src/
H A Dsmi_video.c1826 float Hscale, Vscale; local in function:SMI_DisplayVideo0501_CSC
1839 Vscale = (vid_h - 1) / (float)(drw_h - 1);
1840 ScaleYn = Vscale;
1895 SrcTn = (rect_y - dstBox->y1) * Vscale;
1896 SrcTd = ((rect_y - dstBox->y1) << 13) * Vscale - (SrcTn << 13);
1897 SrcBn = (rect_y + rect_h - dstBox->y1) * Vscale;
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dlegacy_output.c1350 Bool Hscale = TRUE, Vscale = TRUE; local in function:RADEONInitRMXRegisters
1406 Vscale = FALSE;
1416 Vscale = FALSE;
1433 if ((!Vscale) || (!(radeon_output->Flags & RADEON_USE_RMX)) ||

Completed in 15 milliseconds