Lines Matching refs:src_y
40 y_decode_height = uv_decode_height = f->src_h + f->src_y;
395 ("Adjust to height %d src_h %d dst_h %d src_y %d dst_y %d\n",
396 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);
411 if (f->src_y < 8) {
412 src_minor_uv = f->src_y;
416 src_major_uv = f->src_y - 8;
668 if (f->src_y < 0)
669 f->src_y = 0;
687 f->src_y += osd_crop / 2;
705 f->src_y += (osd_scale * osd_crop) >> 16;
757 f->src_h += f->src_y & 1;
758 f->src_y &= ~1;
791 (of->dst_y != f->dst_y) || (of->src_y != f->src_y) ||
982 nf->src_y = args->src.top;