On 16/04/2019 12:20, Martin Storsjö wrote:
---
  libavcodec/aarch64/vp9lpf_neon.S | 2 +-
  libavcodec/arm/vp9lpf_neon.S     | 2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/aarch64/vp9lpf_neon.S b/libavcodec/aarch64/vp9lpf_neon.S
index e9c497096b..f68b54a2ee 100644
--- a/libavcodec/aarch64/vp9lpf_neon.S
+++ b/libavcodec/aarch64/vp9lpf_neon.S
@@ -415,7 +415,7 @@
1:
          // flat8out
-        // This writes all outputs into v2-v17 (skipping v6 and v16).
+        // This writes all outputs into v2-v17 (skipping v7 and v16).
          // If this part is skipped, the output is read from v21-v26 (which is 
the input
          // to this section).
          ushll_sz        v0.8h,  v1.8h,  v16,  #3,  \sz           // 8 * v16
diff --git a/libavcodec/arm/vp9lpf_neon.S b/libavcodec/arm/vp9lpf_neon.S
index ae782b2ed0..e30f0cd5b4 100644
--- a/libavcodec/arm/vp9lpf_neon.S
+++ b/libavcodec/arm/vp9lpf_neon.S
@@ -362,7 +362,7 @@
          beq             8f
@ flat8out
-        @ This writes all outputs into d2-d17 (skipping d6 and d16).
+        @ This writes all outputs into d2-d17 (skipping d7 and d16).
          @ If this part is skipped, the output is read from d21-d26 (which is 
the input
          @ to this section).
          vshll.u8        q0,  d16, #3  @ 8 * d16


Sure!
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to