diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-03 13:13:14 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-04-08 00:27:33 +0100 |
commit | 63744d8afd57851479ed2ff3e9a843c70d1b0031 (patch) | |
tree | 07901f905ff061a18f82cfc51d9681f719e87b43 /libavcodec/opus_celt.h | |
parent | a66121d964558348ffcc2fb820853c9381a6a8d2 (diff) | |
download | ffmpeg-63744d8afd57851479ed2ff3e9a843c70d1b0031.tar.gz |
opusenc: remove unused header entries and simplify normalization
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'libavcodec/opus_celt.h')
-rw-r--r-- | libavcodec/opus_celt.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavcodec/opus_celt.h b/libavcodec/opus_celt.h index 23c20891cd..1ed57f3651 100644 --- a/libavcodec/opus_celt.h +++ b/libavcodec/opus_celt.h @@ -67,9 +67,6 @@ typedef struct CeltBlock { uint8_t collapse_masks[CELT_MAX_BANDS]; - int band_bins[CELT_MAX_BANDS]; /* MDCT bins per band */ - float *band_coeffs[CELT_MAX_BANDS]; - /* buffer for mdct output + postfilter */ DECLARE_ALIGNED(32, float, buf)[2048]; DECLARE_ALIGNED(32, float, coeffs)[CELT_MAX_FRAME_SIZE]; |