Lines Matching defs:dsth
575 unsigned short dstw, unsigned short dsth)
579 unsigned short dstw, unsigned short dsth)
592 if (dsth != 0) {
594 gfx_vid_dsth = dsth;
610 if (dsth == 0)
613 else if (dsth <= srch)
616 else if ((srch == 1) || (dsth == 1))
619 yscale = (0x2000l * (srch - 1l)) / (dsth - 1l);
643 unsigned short dstw, unsigned short dsth)
647 unsigned short dstw, unsigned short dsth)
650 return gfx_set_video_upscale(srcw, srch, dstw, dsth);