[FFmpeg-devel] [PATCH 1/9] vp9dsp: Deduplicate the subpel filters
Martin Storsjö
martin at martin.st
Mon Nov 14 15:10:52 EET 2016
On Mon, 14 Nov 2016, Ronald S. Bultje wrote:
> Hi,
>
> On Mon, Nov 14, 2016 at 5:32 AM, Martin Storsjö <martin at martin.st> 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(-)
>
>
> OK.
>
> Do I need to queue them up?
Yes, that'd be appreciated.
> I thought they would be merged automagically from Libav...
In principle, but the merging is quite far behind at the moment. I've
included the commit hashes of all included commits to make it clear which
commits can be no-oped in future merges at least.
Also for the record, it has been tested on linux, iOS and with the MSVC
toolchain (in wine).
// Martin
More information about the ffmpeg-devel
mailing list