Re: [FFmpeg-devel] [PATCH] pixblockdsp, avdct: Add get_pixels_unaligned

2020-05-12 Thread Michael Niedermayer
On Tue, May 12, 2020 at 10:04:13PM +0300, Martin Storsjö wrote: > On Tue, 12 May 2020, Michael Niedermayer wrote: > > >On Tue, May 12, 2020 at 11:25:34AM +0300, Martin Storsjö wrote: > >>Use this in vf_spp.c, where the get_pixels operation is done on > >>unaligned source addresses. > >> > >>This f

Re: [FFmpeg-devel] [PATCH] pixblockdsp, avdct: Add get_pixels_unaligned

2020-05-12 Thread Martin Storsjö
On Tue, 12 May 2020, Michael Niedermayer wrote: On Tue, May 12, 2020 at 11:25:34AM +0300, Martin Storsjö wrote: Use this in vf_spp.c, where the get_pixels operation is done on unaligned source addresses. This fixes fate-filter-spp on armv7. LGTM --- People more familiar with the other ass

Re: [FFmpeg-devel] [PATCH] pixblockdsp, avdct: Add get_pixels_unaligned

2020-05-12 Thread Michael Niedermayer
On Tue, May 12, 2020 at 11:25:34AM +0300, Martin Storsjö wrote: > Use this in vf_spp.c, where the get_pixels operation is done on > unaligned source addresses. > > This fixes fate-filter-spp on armv7. LGTM > --- > People more familiar with the other assembly implementations of > get_pixels (in

[FFmpeg-devel] [PATCH] pixblockdsp, avdct: Add get_pixels_unaligned

2020-05-12 Thread Martin Storsjö
Use this in vf_spp.c, where the get_pixels operation is done on unaligned source addresses. This fixes fate-filter-spp on armv7. --- People more familiar with the other assembly implementations of get_pixels (in particular, x86) can hook them up to get_pixels_unaligned if unaligned use explicitly