Lines Matching refs:dst_h

391 	     f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);  in ivtv_yuv_handle_vertical()
421 reg_2918 = (f->dst_h << 16) | (f->src_h + src_minor_y); in ivtv_yuv_handle_vertical()
423 reg_2918 = (f->dst_h << 16) | ((f->src_h + src_minor_y) << 1); in ivtv_yuv_handle_vertical()
426 reg_291c = (f->dst_h << 16) | ((f->src_h + src_minor_uv) >> 1); in ivtv_yuv_handle_vertical()
428 reg_291c = (f->dst_h << 16) | (f->src_h + src_minor_uv); in ivtv_yuv_handle_vertical()
430 reg_2964_base = (src_minor_y * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
431 reg_2968_base = (src_minor_uv * ((f->dst_h << 16) / f->src_h)) >> 14; in ivtv_yuv_handle_vertical()
433 if (f->dst_h / 2 >= f->src_h && !f->interlaced_y) { in ivtv_yuv_handle_vertical()
434 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
435 if ((f->src_h * 0x00400000) - (master_height * f->dst_h) >= f->dst_h / 2) in ivtv_yuv_handle_vertical()
444 } else if (f->dst_h >= f->src_h) { in ivtv_yuv_handle_vertical()
445 master_height = (f->src_h * 0x00400000) / f->dst_h; in ivtv_yuv_handle_vertical()
461 } else if (f->dst_h >= f->src_h / 2) { in ivtv_yuv_handle_vertical()
462 master_height = (f->src_h * 0x00200000) / f->dst_h; in ivtv_yuv_handle_vertical()
479 master_height = (f->src_h * 0x00100000) / f->dst_h; in ivtv_yuv_handle_vertical()
492 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
531 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
534 reg_2964 = 2 + ((f->dst_h << 1) / f->src_h); in ivtv_yuv_handle_vertical()
549 if ((reg_2964 != 0x00010001) && (f->dst_h / 2 <= f->src_h)) in ivtv_yuv_handle_vertical()
561 if (f->src_h == f->dst_h) { in ivtv_yuv_handle_vertical()
567 v_filter_1 = ((f->src_h << 16) / f->dst_h) >> 15; in ivtv_yuv_handle_vertical()
675 if (f->src_h / f->dst_h >= 2) { in ivtv_yuv_window_setup()
680 if ((osd_crop = f->src_h - 4 * f->dst_h) > 0) { in ivtv_yuv_window_setup()
684 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
685 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
690 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
696 osd_scale = (f->src_h << 16) / f->dst_h; in ivtv_yuv_window_setup()
702 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
708 if ((osd_crop = f->dst_h + f->dst_y - f->vis_h) > 0) { in ivtv_yuv_window_setup()
710 f->dst_h -= osd_crop; in ivtv_yuv_window_setup()
749 f->dst_h &= ~1; in ivtv_yuv_window_setup()
756 f->dst_h &= ~1; in ivtv_yuv_window_setup()
766 if (f->dst_h < f->src_h / 4) { in ivtv_yuv_window_setup()
768 f->dst_h = f->src_h / 4; in ivtv_yuv_window_setup()
769 f->dst_h += f->dst_h & 1; in ivtv_yuv_window_setup()
773 if ((int)f->dst_w <= 2 || (int)f->dst_h <= 2 || in ivtv_yuv_window_setup()
785 if ((of->src_h != f->src_h) || (of->dst_h != f->dst_h) || in ivtv_yuv_window_setup()
983 nf->dst_h = args->dst.height; in ivtv_yuv_setup_frame()
1010 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()
1025 if (nf->tru_h < 1021 && (nf->dst_h >= nf->src_h / 2)) in ivtv_yuv_setup_frame()