aboutsummaryrefslogtreecommitdiff
path: root/source/row_neon64.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2022-02-23 00:46:55 -0800
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-02-23 19:16:53 +0000
commite77531f6f149340428d8a1076d0a1473bdec8c09 (patch)
tree2745e956c547d6fc20b30c17651740f51f2ff366 /source/row_neon64.cc
parent3b8c86d23a2dfca026c42fa6d93ea89c6c5beda4 (diff)
downloadlibyuv-e77531f6f149340428d8a1076d0a1473bdec8c09.tar.gz
Fix RotatePlane by 90 on Neon when source width is not a multiple of 8
Bug: b/220888716, b/218875554, b/220205245 Change-Id: I17e118ac9b9a7013386a5f0ad27a2dd249474ae5 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3483576 Reviewed-by: Mirko Bonadei <mbonadei@chromium.org> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'source/row_neon64.cc')
-rw-r--r--source/row_neon64.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/row_neon64.cc b/source/row_neon64.cc
index 442e60cd..7139ead7 100644
--- a/source/row_neon64.cc
+++ b/source/row_neon64.cc
@@ -637,7 +637,7 @@ void DetileSplitUVRow_NEON(const uint8_t* src_uv,
"1: \n"
"ld2 {v0.8b,v1.8b}, [%0], %4 \n"
"subs %w3, %w3, #16 \n"
- "prfm pldl1keep, [%0, 1792] \n"
+ "prfm pldl1keep, [%0, 1792] \n"
"st1 {v0.8b}, [%1], #8 \n"
"st1 {v1.8b}, [%2], #8 \n"
"b.gt 1b \n"