Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by

the E-AC-3 decoder.

Originally committed as revision 14527 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Justin Ruggles
2008-08-03 21:42:43 +00:00
parent 021b8ae39b
commit 602116df9b
3 changed files with 20 additions and 3 deletions

View File

@@ -24,6 +24,7 @@
#include "libavutil/common.h"
extern const uint8_t ff_ac3_ungroup_3_in_5_bits_tab[32][3];
extern const uint8_t ff_eac3_hebap_tab[64];
extern const uint8_t ff_eac3_bits_vs_hebap[20];
extern const int16_t ff_eac3_gaq_remap_1[12];