mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avcodec/dca: move huffman data into separate object file
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
parent
bc2fe36228
commit
2df7d4fa45
8 changed files with 1124 additions and 1087 deletions
|
|
@ -33,6 +33,7 @@
|
|||
#include "dca_exss.h"
|
||||
#include "dcadsp.h"
|
||||
#include "dcadct.h"
|
||||
#include "dcahuff.h"
|
||||
#include "fft.h"
|
||||
#include "synth_filter.h"
|
||||
|
||||
|
|
@ -44,7 +45,6 @@
|
|||
#define DCA_PCMBLOCK_SAMPLES 32
|
||||
#define DCA_ADPCM_COEFFS 4
|
||||
#define DCA_LFE_HISTORY 8
|
||||
#define DCA_CODE_BOOKS 10
|
||||
#define DCA_ABITS_MAX 26
|
||||
|
||||
#define DCA_CORE_CHANNELS_MAX 6
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue