Lines Matching refs:ifactor
448 uint32 ifactor; in eng_configure_bes() local
516 ifactor = (((uint32)(my_ov.width - intrep)) << 16) / (ow->width - intrep); in eng_configure_bes()
519 ifactor -= (1 << 2); in eng_configure_bes()
520 hiscalv = ifactor; in eng_configure_bes()
522 si->overlay.h_ifactor = ifactor; in eng_configure_bes()
523 LOG(4,("Overlay: horizontal scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes()
606 ifactor = (((uint32)(my_ov.height - intrep)) << 16) / (ow->height - intrep); in eng_configure_bes()
609 ifactor -= (1 << 2); in eng_configure_bes()
610 LOG(4,("Overlay: vertical scaling factor is %f\n", (float)65536 / ifactor)); in eng_configure_bes()
613 viscalv = ifactor; in eng_configure_bes()
615 si->overlay.v_ifactor = ifactor; in eng_configure_bes()