Lines Matching refs:src_x
223 ("Adjust to width %d src_w %d dst_w %d src_x %d dst_x %d\n",
224 f->tru_w, f->src_w, f->dst_w, f->src_x, f->dst_x);
227 x_cutoff = f->src_w + f->src_x;
262 /* We're also using 2870 to shift the image left (src_x & negative dst_x) */
263 reg_2870_offset = (f->src_x * ((f->dst_w << 21) / f->src_w)) >> 19;
660 if (f->src_x < 0)
661 f->src_x = 0;
667 f->src_x += osd_crop / 2;
717 f->src_x += (osd_scale * osd_crop) >> 16;
742 f->src_w += f->src_x & 1;
743 f->src_x &= ~1;
779 (of->dst_x != f->dst_x) || (of->src_x != f->src_x) ||
975 nf->src_x = args->src.left;
988 nf->offset_y = (nf->tru_h + nf->src_x < 512 - 16) ? 1 : 0;