shithub: dav1d

Download patch

ref: c48ea15febf8f6a3a34e998f04c36861f0fc4aed
parent: ba875b9649f2c74a88da489cf11df53d27247936
author: Martin Storsjö <martin@martin.st>
date: Thu Nov 19 07:40:37 EST 2020

arm64: cdef: Fix a comment typo

--- a/src/arm/64/cdef_tmpl.S
+++ b/src/arm/64/cdef_tmpl.S
@@ -107,7 +107,7 @@
 .macro filter_func w, bpc, pri, sec, min, suffix
 function cdef_filter\w\suffix\()_\bpc\()bpc_neon
 .if \bpc == 8
-        ldr             w8,  [sp]                   // bitdepth_max
+        ldr             w8,  [sp]                   // edges
         cmp             w8,  #0xf
         b.eq            cdef_filter\w\suffix\()_edged_8bpc_neon
 .endif