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

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_tv.c628 uint16_t hInc; local in function:RADEONInitTVRestarts
719 hInc = (uint16_t)((int)(constPtr->horResolution * 4096 * NTSC_TV_CLOCK_T) /
722 hInc = (uint16_t)((int)(constPtr->horResolution * 4096 * PAL_TV_CLOCK_T) /
726 ((uint32_t)hInc << RADEON_H_INC_SHIFT);
728 ErrorF("computeRestarts: hSize=%d,hInc=%u\n" , tvout->hSize , hInc);

Completed in 2 milliseconds