]> git.sesse.net Git - x264/commit
aarch64: fix x264_mbtree_propagate_cost_neon
authorJanne Grunau <janne-x264@jannau.net>
Wed, 2 Sep 2015 22:21:58 +0000 (00:21 +0200)
committerHenrik Gramner <henrik@gramner.com>
Thu, 3 Sep 2015 14:29:15 +0000 (16:29 +0200)
commit63555e696a997ff795798d3357d770f8ab373cd9
treed164964ff96f4f8a727a43e9da077817779eae1e
parent5c4728d8dd82ba46901824470db1609ae0f2521d
aarch64: fix x264_mbtree_propagate_cost_neon

The branch conditon caused the loop to execute one time more than
intended. Detected by a memory corruption on arm with the 1 to 1 port of
the function.
common/aarch64/mc-a.S