summaryrefslogtreecommitdiff
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2016-11-14 01:16:00 +0100
committerMartin Storsjö <martin@martin.st>2016-11-14 08:51:58 +0200
commit31756abe29eb039a11c59a42cb12e0cc2aef3b97 (patch)
treed5d2db3aa92ecee0746e38d7243ffed25f763169 /libavcodec/aarch64
parent9d2afd1eb8c5cc0633062430e66326dbf98c99e0 (diff)
aarch64: vp9: loop_filter: fix typo in skip flatout8 check
The 16_16 loop filter functions could miss an early exit before flatout8. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/vp9lpf_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/vp9lpf_neon.S b/libavcodec/aarch64/vp9lpf_neon.S
index 995a97daac..c1b0c884db 100644
--- a/libavcodec/aarch64/vp9lpf_neon.S
+++ b/libavcodec/aarch64/vp9lpf_neon.S
@@ -413,7 +413,7 @@
cbz x5, 7f
mov x5, v7.d[0]
.ifc \sz, .16b
- mov x6, v2.d[1]
+ mov x6, v7.d[1]
orr x5, x5, x6
.endif
// If no pixels need flat8out, jump to a writeout of the inner 6 pixels