From 92669a3e1ab066834d94539c24301217bd38e502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 4 May 2020 09:56:05 +0300 Subject: 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. --- src/arm/64/itx.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arm') 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 -- cgit v1.2.3