• Home
  • Raw
  • Download

Lines Matching refs:dst_h

408 	     f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);  in ivtv_yuv_handle_vertical()
438 reg_2918 = (f->dst_h << 16) | (f->src_h + src_minor_y); in ivtv_yuv_handle_vertical()
440 reg_2918 = (f->dst_h << 16) | ((f->src_h + src_minor_y) << 1); in ivtv_yuv_handle_vertical()
443 reg_291c = (f->dst_h << 16) | ((f->src_h + src_minor_uv) >> 1); in ivtv_yuv_handle_vertical()
445 reg_291c = (f->dst_h << 16) | (f->src_h + src_minor_uv); in ivtv_yuv_handle_vertical()
447 reg_2964_base = (src_minor_y * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
448 reg_2968_base = (src_minor_uv * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
450 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical()
451 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
452 if ((f->src_h * 0x00400000) - (master_height * f->dst_h) >= f->dst_h / 2) in ivtv_yuv_handle_vertical()
461 } else if (f->dst_h >= f->src_h) { in ivtv_yuv_handle_vertical()
462 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
478 } else if (f->dst_h >= f->src_h / 2) { in ivtv_yuv_handle_vertical()
479 master_height = (f->src_h * 0x00200000) / f->dst_h; in ivtv_yuv_handle_vertical()
496 master_height = (f->src_h * 0x00100000) / f->dst_h; in ivtv_yuv_handle_vertical()
509 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
548 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
551 reg_2964 = 2 + ((f->dst_h << 1) / f->src_h); in ivtv_yuv_handle_vertical()
566 if ((reg_2964 != 0x00010001) && (f->dst_h / 2 <= f->src_h)) in ivtv_yuv_handle_vertical()
578 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
584 v_filter_1 = ((f->src_h << 16) / f->dst_h) >> 15; in ivtv_yuv_handle_vertical()
692 if (f->src_h / f->dst_h >= 2) { in ivtv_yuv_window_setup()
697 if ((osd_crop = f->src_h - 4 * f->dst_h) > 0) { in ivtv_yuv_window_setup()
701 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
702 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
707 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
713 osd_scale = (f->src_h << 16) / f->dst_h; in ivtv_yuv_window_setup()
719 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
725 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup()
727 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
766 f->dst_h &= ~1; in ivtv_yuv_window_setup()
773 f->dst_h &= ~1; in ivtv_yuv_window_setup()
783 if (f->dst_h < f->src_h / 4) { in ivtv_yuv_window_setup()
785 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
786 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
790 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
802 if ((of->src_h != f->src_h) || (of->dst_h != f->dst_h) || in ivtv_yuv_window_setup()
998 nf->dst_h = args->dst.height; in ivtv_yuv_setup_frame()
1025 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()
1040 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()