[FFmpeg-cvslog] aarch64/asm-offsets: remove old CELT offsets
Lynne
git at videolan.org
Wed May 15 20:38:24 EEST 2019
ffmpeg | branch: master | Lynne <dev at lynne.ee> | Sat Apr 20 02:04:51 2019 +0100| [f62ee527cbdafcd51a8037b21b565924d579d022] | committer: Lynne
aarch64/asm-offsets: remove old CELT offsets
They're not used and they're incorrect.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f62ee527cbdafcd51a8037b21b565924d579d022
---
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
More information about the ffmpeg-cvslog
mailing list