aboutsummaryrefslogtreecommitdiff
path: root/source/row_neon64.cc
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2021-10-28 13:30:23 -0700
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-10-28 22:38:04 +0000
commitfa043c7a6466d264ba7a28ec7f21ed012e02522f (patch)
tree7ae62b4d10726e3e0119c554962c1f41d1dfea8d /source/row_neon64.cc
parentb179f1847a7cc17957eab399610cb9ef163bb715 (diff)
downloadlibyuv-fa043c7a6466d264ba7a28ec7f21ed012e02522f.tar.gz
Android420ToI420Rotate function to convert with rotation
- adapted from Android420ToI420, adding a rotation parameter - SplitRotateUV added to rotate and split the UV channel of NV12 or NV21 - rename RotateUV functions to SplitRotateUV Bug: b/203549508 Change-Id: I6774da5fb5908fdf1fc12393f0001f41bbda9851 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3251282 Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'source/row_neon64.cc')
-rw-r--r--source/row_neon64.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/row_neon64.cc b/source/row_neon64.cc
index ebf17cee..fff27870 100644
--- a/source/row_neon64.cc
+++ b/source/row_neon64.cc
@@ -2063,10 +2063,10 @@ void RGB24ToUVJRow_NEON(const uint8_t* src_rgb24,
}
void RAWToUVJRow_NEON(const uint8_t* src_raw,
- int src_stride_raw,
- uint8_t* dst_u,
- uint8_t* dst_v,
- int width) {
+ int src_stride_raw,
+ uint8_t* dst_u,
+ uint8_t* dst_v,
+ int width) {
const uint8_t* src_raw_1 = src_raw + src_stride_raw;
asm volatile (
"movi v20.8h, #63, lsl #0 \n" // UB/VR coeff (0.500) / 2