On 11 December 2015 at 12:33, Christian König <deathsim...@vodafone.de> wrote:
> +static void vlVaBoxAdjust(struct pipe_video_buffer *buf, unsigned idx, > + struct pipe_box *box) > +{ > + if (buf->interlaced) { > + box->y /= 2; > + box->height /= 2; > + } > + if (idx > buf->interlaced) { > + /* we assume chroma format 420 here */ > + box->x /= 2; > + box->y /= 2; > + box->width /= 2; > + box->height /= 2; > + } > +} > + Can we get a vl (inline) utility function for this ? We already have it in vdpau, xvmc, omx and even va. Thanks Emil _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev