shithub: dav1d

Download patch

ref: 8486bffe2a25101853ab7e256ec7fa33e2bd0b55
parent: c3c4e3ab8929dd46605f3e4e088d822beb054091
author: Martin Storsjö <martin@martin.st>
date: Wed Sep 23 07:02:36 EDT 2020

arm32: looprestoration: Remove an unused macro that is used only once

--- a/src/arm/32/looprestoration.S
+++ b/src/arm/32/looprestoration.S
@@ -144,7 +144,6 @@
         b               6f
 
 4:      // Loop horizontally
-.macro filter_8
         // This is tuned as some sort of compromise between Cortex A7, A8,
         // A9 and A53.
         vmul.s16        q3,  q1,  d0[0]
@@ -187,8 +186,6 @@
         vshr.s16        q10, q10, #3
         vadd.s16        q3,  q3,  q15
         vadd.s16        q10, q10, q15
-.endm
-        filter_8
         vst1.16         {q3},  [r0,  :128]!
         vst1.16         {q10}, [r12, :128]!
 
@@ -363,7 +360,6 @@
 0:
         vpop            {q4}
         pop             {r4-r11,pc}
-.purgem filter_8
 .purgem filter_4
 endfunc