mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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>
This commit is contained in:
parent
9d2afd1eb8
commit
31756abe29
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user