mirror of https://git.ffmpeg.org/ffmpeg.git
aarch64/asm-offsets: remove old CELT offsets
They're not used and they're incorrect.
This commit is contained in:
parent
58d167bcd5
commit
f62ee527cb
|
@ -19,14 +19,6 @@
|
||||||
#ifndef AVCODEC_AARCH64_ASM_OFFSETS_H
|
#ifndef AVCODEC_AARCH64_ASM_OFFSETS_H
|
||||||
#define 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 */
|
/* FFTContext */
|
||||||
#define IMDCT_HALF 0x48
|
#define IMDCT_HALF 0x48
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue