commit | e1a93c79fc89ff8e274a588f26f1726c88c2aa64 | [log] [tgz] |
---|---|---|
author | George Steed <george.steed@arm.com> | Fri Jul 12 18:18:44 2024 +0100 |
committer | Frank Barchard <fbarchard@chromium.org> | Mon Jul 15 18:13:31 2024 +0000 |
tree | 22be38bad18f955a6c0cd744284f312c6fbe002a | |
parent | ec9a8781c7d63cd3d3b5442d88fb5f5271c4cefe [diff] |
[AArch64] Fix rotate by odd sizes The existing disabled gtest rotate tests fail because the existing "any" kernels always assume we are processing height=8 rows at a time. This was recently changed to 16 on AArch64 which triggered this bug. To fix this, amend the TANY macro to explicitly specify the fallback kernel, such that we can use the height=16 kernel to match the SIMD optimized version where necessary. Also change other architecture versions to match. Bug: b/352351302 Change-Id: I8080fa8f44c7c67fa970a78fb426f2f801a9a00e Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5703585 Reviewed-by: Frank Barchard <fbarchard@chromium.org>
libyuv is an open source project that includes YUV scaling and conversion functionality.
See Getting started for instructions on how to get started developing.
You can also browse the docs directory for more documentation.