aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJustin Green <greenjustin@google.com>2023-03-14 10:23:17 -0400
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-03-14 14:59:26 +0000
commit76468711d5c8302431a900499ff73d34fdfc146b (patch)
treea91e3f09e5b124c688eb809bb0b288db42eb8d46 /include
parentf9b23b9cc0ca3bd27b9acc07ea0450cd5097175d (diff)
downloadlibyuv-76468711d5c8302431a900499ff73d34fdfc146b.tar.gz
M2T2 Unpack fixes
Fix the algorithm for unpacking the lower 2 bits of M2T2 pixels. Bug: b:258474032 Change-Id: Iea1d63f26e3f127a70ead26bc04ea3d939e793e3 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/4337978 Commit-Queue: Justin Green <greenjustin@google.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org> Reviewed-by: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/libyuv/rotate_row.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/libyuv/rotate_row.h b/include/libyuv/rotate_row.h
index d047b703..2dd8c03d 100644
--- a/include/libyuv/rotate_row.h
+++ b/include/libyuv/rotate_row.h
@@ -56,10 +56,6 @@ extern "C" {
(defined(__ARM_NEON__) || defined(LIBYUV_NEON) || defined(__aarch64__))
#define HAS_TRANSPOSEWX8_NEON
#define HAS_TRANSPOSEUVWX8_NEON
-#endif
-
-#if !defined(LIBYUV_DISABLE_NEON) && \
- (defined(LIBYUV_NEON) || defined(__aarch64__))
#define HAS_TRANSPOSE4X4_32_NEON
#endif