Lines Matching refs:dst_h

395 	     f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);  in ivtv_yuv_handle_vertical()
425 reg_2918 = (f->dst_h << 16) | (f->src_h + src_minor_y); in ivtv_yuv_handle_vertical()
427 reg_2918 = (f->dst_h << 16) | ((f->src_h + src_minor_y) << 1); in ivtv_yuv_handle_vertical()
430 reg_291c = (f->dst_h << 16) | ((f->src_h + src_minor_uv) >> 1); in ivtv_yuv_handle_vertical()
432 reg_291c = (f->dst_h << 16) | (f->src_h + src_minor_uv); in ivtv_yuv_handle_vertical()
434 reg_2964_base = (src_minor_y * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
435 reg_2968_base = (src_minor_uv * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
437 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical()
438 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
439 if ((f->src_h * 0x00400000) - (master_height * f->dst_h) >= f->dst_h / 2) in ivtv_yuv_handle_vertical()
448 } else if (f->dst_h >= f->src_h) { in ivtv_yuv_handle_vertical()
449 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
465 } else if (f->dst_h >= f->src_h / 2) { in ivtv_yuv_handle_vertical()
466 master_height = (f->src_h * 0x00200000) / f->dst_h; in ivtv_yuv_handle_vertical()
483 master_height = (f->src_h * 0x00100000) / f->dst_h; in ivtv_yuv_handle_vertical()
496 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
535 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
538 reg_2964 = 2 + ((f->dst_h << 1) / f->src_h); in ivtv_yuv_handle_vertical()
553 if ((reg_2964 != 0x00010001) && (f->dst_h / 2 <= f->src_h)) in ivtv_yuv_handle_vertical()
565 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
571 v_filter_1 = ((f->src_h << 16) / f->dst_h) >> 15; in ivtv_yuv_handle_vertical()
679 if (f->src_h / f->dst_h >= 2) { in ivtv_yuv_window_setup()
684 if ((osd_crop = f->src_h - 4 * f->dst_h) > 0) { in ivtv_yuv_window_setup()
688 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
689 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
694 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
700 osd_scale = (f->src_h << 16) / f->dst_h; in ivtv_yuv_window_setup()
706 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
712 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup()
714 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
753 f->dst_h &= ~1; in ivtv_yuv_window_setup()
760 f->dst_h &= ~1; in ivtv_yuv_window_setup()
770 if (f->dst_h < f->src_h / 4) { in ivtv_yuv_window_setup()
772 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
773 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
777 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
789 if ((of->src_h != f->src_h) || (of->dst_h != f->dst_h) || in ivtv_yuv_window_setup()
985 nf->dst_h = args->dst.height; in ivtv_yuv_setup_frame()
1012 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()
1027 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()