]> git.sesse.net Git - ffmpeg/commit
audiodsp/x86: fix ff_vector_clip_int32_sse2
authorAnton Khirnov <anton@khirnov.net>
Tue, 9 Aug 2016 12:17:15 +0000 (14:17 +0200)
committerAnton Khirnov <anton@khirnov.net>
Mon, 19 Sep 2016 17:18:07 +0000 (19:18 +0200)
commit1d6c76e11febb58738c9647c47079d02b5e10094
tree1589e531cd9bd98d7510f008bd4e7fb42b79b459
parent07e1f99a1bb41d1a615676140eefc85cf69fa793
audiodsp/x86: fix ff_vector_clip_int32_sse2

This version, which is the only one doing two processing cycles per loop
iteration, computes the load/store indices incorrectly for the second
cycle.

CC: libav-stable@libav.org
libavcodec/x86/audiodsp.asm