diff mbox

[FFmpeg-devel,v2,1/2] aarch64/asm-offsets: remove old CELT offsets

Message ID LcwSXcI--3-1@lynne.ee
State New
Headers show

Commit Message

Lynne April 20, 2019, 8:35 p.m. UTC
They're not used and they're incorrect.
v1 had a typo in the subject.
diff mbox

Patch

From 08599b941535bd9da20da2ca1ab903ead8f4bbb7 Mon Sep 17 00:00:00 2001
From: Lynne <dev@lynne.ee>
Date: Sat, 20 Apr 2019 02:04:51 +0100
Subject: [PATCH v2 1/2] aarch64/asm-offsets: remove old CELT offsets

They're not used and they're incorrect.
---
 libavcodec/aarch64/asm-offsets.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/libavcodec/aarch64/asm-offsets.h b/libavcodec/aarch64/asm-offsets.h
index e05c5ad2e4..fc38eed298 100644
--- a/libavcodec/aarch64/asm-offsets.h
+++ b/libavcodec/aarch64/asm-offsets.h
@@ -19,14 +19,6 @@ 
 #ifndef AVCODEC_AARCH64_ASM_OFFSETS_H
 #define AVCODEC_AARCH64_ASM_OFFSETS_H
 
-/* CeltIMDCTContext */
-#define CELT_EXPTAB                     0x20
-#define CELT_FFT_N                      0x00
-#define CELT_LEN2                       0x04
-#define CELT_LEN4                       (CELT_LEN2 + 0x4)   // loaded as pair
-#define CELT_TMP                        0x10
-#define CELT_TWIDDLE                    (CELT_TMP + 0x8)    // loaded as pair
-
 /* FFTContext */
 #define IMDCT_HALF                      0x48
 
-- 
2.20.1