Browse Source

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>
tags/n3.3
Janne Grunau Martin Storsjö 9 years ago
parent
commit
31756abe29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/aarch64/vp9lpf_neon.S

+ 1
- 1
libavcodec/aarch64/vp9lpf_neon.S View File

@@ -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…
Cancel
Save