Lines Matching refs:src_y
40 y_decode_height = uv_decode_height = f->src_h + f->src_y;
389 ("Adjust to height %d src_h %d dst_h %d src_y %d dst_y %d\n",
390 f->tru_h, f->src_h, f->dst_h, f->src_y, f->dst_y);
405 if (f->src_y < 8) {
406 src_minor_uv = f->src_y;
410 src_major_uv = f->src_y - 8;
662 if (f->src_y < 0)
663 f->src_y = 0;
681 f->src_y += osd_crop / 2;
699 f->src_y += (osd_scale * osd_crop) >> 16;
751 f->src_h += f->src_y & 1;
752 f->src_y &= ~1;
785 (of->dst_y != f->dst_y) || (of->src_y != f->src_y) ||
976 nf->src_y = args->src.top;