shithub: dav1d

Download patch

ref: 6cdfd4c53a6e6c8a9a903b6e5922112b8e1deaa3
parent: 0128961222cc161879eac0dfca2799d81052e83a
author: Martin Storsjö <martin@martin.st>
date: Thu Jun 4 17:51:41 EDT 2020

arm64: itx16: Remove a leftover unused macro parameter

--- a/src/arm/64/itx16.S
+++ b/src/arm/64/itx16.S
@@ -1394,7 +1394,7 @@
         .short 4, 8, 12, 256
 endconst
 
-.macro def_fn_16x16 txfm1, txfm2, eob_half
+.macro def_fn_16x16 txfm1, txfm2
 function inv_txfm_add_\txfm1\()_\txfm2\()_16x16_16bpc_neon, export=1
 .ifc \txfm1\()_\txfm2, dct_dct
         idct_dc         16,  16,  2
@@ -1418,18 +1418,18 @@
 endfunc
 .endm
 
-def_fn_16x16 dct, dct, 36
-def_fn_16x16 identity, identity, 36
-def_fn_16x16 dct, adst, 36
-def_fn_16x16 dct, flipadst, 36
-def_fn_16x16 dct, identity, 8
-def_fn_16x16 adst, dct, 36
-def_fn_16x16 adst, adst, 36
-def_fn_16x16 adst, flipadst, 36
-def_fn_16x16 flipadst, dct, 36
-def_fn_16x16 flipadst, adst, 36
-def_fn_16x16 flipadst, flipadst, 36
-def_fn_16x16 identity, dct, 8
+def_fn_16x16 dct, dct
+def_fn_16x16 identity, identity
+def_fn_16x16 dct, adst
+def_fn_16x16 dct, flipadst
+def_fn_16x16 dct, identity
+def_fn_16x16 adst, dct
+def_fn_16x16 adst, adst
+def_fn_16x16 adst, flipadst
+def_fn_16x16 flipadst, dct
+def_fn_16x16 flipadst, adst
+def_fn_16x16 flipadst, flipadst
+def_fn_16x16 identity, dct
 
 function inv_txfm_add_16x4_neon
         mov             x15, x30