[FFmpeg-devel] [PATCH 1/9] vp9dsp: Deduplicate the subpel filters
Ronald S. Bultje
rsbultje at gmail.com
Tue Nov 15 22:14:46 EET 2016
Hi,
On Mon, Nov 14, 2016 at 9:29 AM, Michael Niedermayer <michael at niedermayer.cc
> wrote:
> On Mon, Nov 14, 2016 at 12:32:19PM +0200, Martin Storsjö wrote:
> > Make them aligned, to allow efficient access to them from simd.
> >
> > This is an adapted cherry-pick from libav commit
> > a4cfcddcb0f76e837d5abc06840c2b26c0e8aefc.
> > ---
> > libavcodec/vp9dsp.c | 56 ++++++++++++++++++++++++++++++
> +++++++++
> > libavcodec/vp9dsp.h | 3 +++
> > libavcodec/vp9dsp_template.c | 63 +++---------------------------
> --------------
> > 3 files changed, 63 insertions(+), 59 deletions(-)
>
> patchset tested with fate on arm-qemu, all fate tests pass
Thanks for testing, and thanks for the patchset.
Pushed.
Ronald
More information about the ffmpeg-devel
mailing list