Originally committed as revision 15003 to svn://svn.ffmpeg.org/ffmpeg/trunk
| ... | ... |
@@ -1072,7 +1072,7 @@ static const int16_t vq_hebap7[512][6] = {
|
| 1072 | 1072 |
{ 3231, -3284, 27336, 4174, -1683, 497},
|
| 1073 | 1073 |
}; |
| 1074 | 1074 |
|
| 1075 |
-const int16_t (*ff_eac3_vq_hebap[8])[6] = {
|
|
| 1075 |
+const int16_t (*ff_eac3_mantissa_vq[8])[6] = {
|
|
| 1076 | 1076 |
NULL, |
| 1077 | 1077 |
vq_hebap1, |
| 1078 | 1078 |
vq_hebap2, |
| ... | ... |
@@ -31,7 +31,7 @@ extern const int16_t ff_eac3_gaq_remap_1[12]; |
| 31 | 31 |
extern const int16_t ff_eac3_gaq_remap_2_4_a[9][2]; |
| 32 | 32 |
extern const int8_t ff_eac3_gaq_remap_2_4_b[9][2]; |
| 33 | 33 |
|
| 34 |
-extern const int16_t (*ff_eac3_vq_hebap[8])[6]; |
|
| 34 |
+extern const int16_t (*ff_eac3_mantissa_vq[8])[6]; |
|
| 35 | 35 |
extern const uint8_t ff_eac3_frm_expstr[32][6]; |
| 36 | 36 |
extern const uint8_t ff_eac3_default_cpl_band_struct[18]; |
| 37 | 37 |
|