]> git.sesse.net Git - x264/commit
aarch64: Fix integral_init4/8h_neon
authorMartin Storsjö <martin@martin.st>
Thu, 13 Aug 2015 20:59:22 +0000 (23:59 +0300)
committerHenrik Gramner <henrik@gramner.com>
Thu, 27 Aug 2015 17:56:58 +0000 (19:56 +0200)
commit5c4728d8dd82ba46901824470db1609ae0f2521d
treea4a716fbed28b751eb0712c16682ae6dc1332523
parent67076513267907b5601828ae6864cc063c8c7548
aarch64: Fix integral_init4/8h_neon

The stride is the number of uint16_t elements and thus needs
to be shifted.

This issue had slipped unnoticed since checkasm didn't actually
verify the output of these functions.
common/aarch64/mc-a.S