Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-11-27 17:05:11 +0300
committerMartin Storsjö <martin@martin.st>2020-12-01 15:35:14 +0300
commit25877c3bc065aba7b98a0145d5c43d7347f3adc7 (patch)
treeae1e7d0c1a99587053b31497f741f91d94228834
parentca9cd4976b283e7053c0abc8b9224582502ceffd (diff)
arm64: looprestoration: Add a missed parameter in a comment
Make it consistent with the weighted1 function.
-rw-r--r--src/arm/64/looprestoration_tmpl.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/64/looprestoration_tmpl.S b/src/arm/64/looprestoration_tmpl.S
index 520365b..7cdfd6f 100644
--- a/src/arm/64/looprestoration_tmpl.S
+++ b/src/arm/64/looprestoration_tmpl.S
@@ -454,7 +454,7 @@ endfunc
// const pixel *src, const ptrdiff_t src_stride,
// const int16_t *t1, const int16_t *t2,
// const int w, const int h,
-// const int16_t wt[2]);
+// const int16_t wt[2], const int bitdepth_max);
function sgr_weighted2_\bpc\()bpc_neon, export=1
.if \bpc == 8
ldr x8, [sp]