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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dtheatre.c1584 uint32_t dwYin=0; local in function:RT_SetOutputVideoSize
1658 /* dwYin = (ReadRT_fld (fld_V_ACTIVE_END) - ReadRT_fld (fld_V_ACTIVE_START)); */ /*tempscaler*/
1659 dwYin = RT_NTSCM_V_ACTIVE_SIZE;
1660 dwTempRatio = (uint32_t)((long) wVertSize / dwYin);
1661 dwVScaleRatio = (uint32_t)((long)wVertSize * 2048L / dwYin);
1667 dwYin = RT_PAL_V_ACTIVE_SIZE;
1668 dwTempRatio = (uint32_t)(wVertSize/dwYin);
1669 dwVScaleRatio = (uint32_t)((long)wVertSize * 2048L / dwYin);
1675 dwYin = RT_SECAM_V_ACTIVE_SIZE;
1676 dwTempRatio = (uint32_t) (wVertSize / dwYin);
[all...]

Completed in 4 milliseconds