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
path: root/src/arm
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2020-05-04 09:56:05 +0300
committerMartin Storsjö <martin@martin.st>2020-05-10 08:51:42 +0300
commit92669a3e1ab066834d94539c24301217bd38e502 (patch)
treefec48547360cddd221e741e03f7ed3fdffdc1fff /src/arm
parentb4f1c1c647d3e85ed3fe00f4fb1d1eb5623b69ab (diff)
arm64: itx: Remove an unused constant
This isn't used for a sqrdmulh in its current form here. The one left in idct_coeffs[1] isn't used within the idct itself, but inv_txfm_horz_scale_dct_32x8 relies on it being left there for use with sqrdmulh scaling later.
Diffstat (limited to 'src/arm')
-rw-r--r--src/arm/64/itx.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arm/64/itx.S b/src/arm/64/itx.S
index 5862188..22e896d 100644
--- a/src/arm/64/itx.S
+++ b/src/arm/64/itx.S
@@ -105,7 +105,7 @@ const iadst8_coeffs, align=4
.short 4076, 401, 3612, 1931
.short 2598, 3166, 1189, 3920
// idct_coeffs
- .short 2896, 2896*8, 1567, 3784, 0, 0, 0, 0
+ .short 2896, 0, 1567, 3784, 0, 0, 0, 0
endconst
const iadst16_coeffs, align=4