]> git.sesse.net Git - ffmpeg/commit
pixblockdsp, avdct: Add get_pixels_unaligned
authorMartin Storsjö <martin@martin.st>
Tue, 12 May 2020 08:22:45 +0000 (11:22 +0300)
committerMartin Storsjö <martin@martin.st>
Wed, 13 May 2020 10:20:08 +0000 (13:20 +0300)
commit353aecbb28e3976b6f4d7a4262398852cd67b5a2
treed76f7b9f9a5349f1ecbd4b35340427a849aa091a
parentb12b05374f7025167e2c43449ceb8ba3f0a6083f
pixblockdsp, avdct: Add get_pixels_unaligned

Use this in vf_spp.c, where the get_pixels operation is done on
unaligned source addresses.

Hook up the x86 (mmx and sse) versions of get_pixels to this
function pointer, as those implementations seem to support unaligned
use.

This fixes fate-filter-spp on armv7.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/avdct.c
libavcodec/avdct.h
libavcodec/pixblockdsp.c
libavcodec/pixblockdsp.h
libavcodec/x86/pixblockdsp_init.c
libavfilter/vf_spp.c