HomeSort by: relevance | last modified time | path
    Searched refs:hsc (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/xf86-video-geode/dist/src/gfx/
tv_fs450.c 503 signed short hsc[5]; member in struct:_scantable
513 {-12, 0, -6, 0, 0} /* hsc */
521 {-27, -27, -27, -27, -27} /* hsc */
529 {0, 0, 0, 0, 0} /* hsc */
537 {0, 0, 0, 0, 0} /* hsc */
545 {35, 26, 35, 26, 26} /* hsc */
2248 int hsc; local
2355 /* determine hsc where hscale = (1 + hsc/128) */
2357 hsc = (int) (128.f * (hscale - 1.0f) + .5f)
    [all...]
  /xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
tv_fs450.c 657 signed short hsc[5]; member in struct:_scantable
667 {-12, 0, -6, 0, 0} /*hsc */
675 {-27, -27, -27, -27, -27} /*hsc */
683 {0, 0, 0, 0, 0} /*hsc */
691 {0, 0, 0, 0, 0} /*hsc */
699 {35, 26, 35, 26, 26} /*hsc */
2474 int hsc; local
2583 /*determine hsc where hscale = (1 + hsc/128) */
2585 hsc = (int)(128.f * (hscale - 1.0f) + .5f)
    [all...]
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_probe.h 238 float hsc; member in struct:_RADEONCrtcPrivateRec
atombios_crtc.c 1210 float hsc1 = pRADEONEnt->Controller[0]->hsc;
1213 float hsc2 = pRADEONEnt->Controller[1]->hsc;
1227 hsc = horizontal scaling ration, defined as source/destination
radeon_output.c 630 radeon_crtc->hsc = (float)mode->HDisplay / (float)native_mode->PanelXRes;
677 /* FIXME: vsc/hsc */
680 radeon_crtc->hsc = (float)mode->HDisplay / (float)640;

Completed in 16 milliseconds