diff ac3dec_data.h @ 7472:83c16f531a90 libavcodec

Hardcode the table for ungrouping 3 values in 5 bits. It will be reused by the E-AC-3 decoder.
author jbr
date Sun, 03 Aug 2008 21:42:43 +0000
parents 1a93d3bbe3ee
children 880c701c3dcf
line wrap: on
line diff
--- a/ac3dec_data.h	Sun Aug 03 19:24:04 2008 +0000
+++ b/ac3dec_data.h	Sun Aug 03 21:42:43 2008 +0000
@@ -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];