Home | History | Annotate | Download | only in common

Lines Matching defs:hres

234 		int hres = base[DTD_HA_LO] + ((base[DTD_HABL_HI] & 0xf0)<<4);
252 int refr = (pelclk * 10000)/((hres+hbl)*(vres+vbl));
253 int refm = (pelclk * 10000)%((hres+hbl)*(vres+vbl));
254 int refd = (refm*100)/((hres+hbl)*(vres+vbl));
258 hres, vres, (mdflg & 0x80) ? 'i' : 'p',
264 hres+hso, hres+hso+hsw, hres+hbl);
745 int hres, vres;
752 hres = (hinfo * 8) + 248;
755 vres = (hres * 10)/16;
758 vres = (hres * 3)/4;
761 vres = (hres * 4)/5;
764 vres = (hres * 9)/16;
771 i, hres, vres, 60 + (vinfo & 0x3f));