summaryrefslogtreecommitdiffstats
path: root/libavcodec/aarch64
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2019-04-20 02:04:51 +0100
committerLynne <dev@lynne.ee>2019-05-14 23:41:24 +0100
commitf62ee527cbdafcd51a8037b21b565924d579d022 (patch)
tree8731a5603941874327a2b1d82bf0eb5f1b682135 /libavcodec/aarch64
parent58d167bcd51725490d5307011e950a5342db5ade (diff)
downloadffmpeg-streaming-f62ee527cbdafcd51a8037b21b565924d579d022.zip
ffmpeg-streaming-f62ee527cbdafcd51a8037b21b565924d579d022.tar.gz
aarch64/asm-offsets: remove old CELT offsets
They're not used and they're incorrect.
Diffstat (limited to 'libavcodec/aarch64')
-rw-r--r--libavcodec/aarch64/asm-offsets.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavcodec/aarch64/asm-offsets.h b/libavcodec/aarch64/asm-offsets.h
index e05c5ad..fc38eed 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
OpenPOWER on IntegriCloud