commit | 77f3acade492a41a11a07a55b58a6f8180b898eb | [log] [tgz] |
---|---|---|
author | Wan-Teh Chang <wtc@google.com> | Fri Sep 27 15:59:29 2024 -0700 |
committer | libyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 27 23:00:19 2024 +0000 |
tree | 6c2304d3d04d8f687575b368894d23e1478b9233 | |
parent | 61bf0b61f7799c02eddc87b65c0fc542011cfd2b [diff] |
ScalePlaneDown34: test dst_width%24 == 0 for armv7 In ScalePlaneDown34(), check if dst_width % 24 == 0 for armv7, and check if dst_width % 48 == 0 for aarch64. No-Try: True Bug: b/369963535, b/366045177 Change-Id: I7dc1227517c83c97a1d1052ef2230d5cec41da10 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/5896492 Commit-Queue: Wan-Teh Chang <wtc@google.com> Reviewed-by: Mirko Bonadei <mbonadei@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.