|
...
|
...
|
@@ -103,12 +103,12 @@ typedef struct {
|
|
103
|
103
|
int cpl_strategy_exists[AC3_MAX_BLOCKS];///< coupling strategy exists (cplstre)
|
|
104
|
104
|
int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
|
|
105
|
105
|
int phase_flags_in_use; ///< phase flags in use (phsflginu)
|
|
106
|
|
- int phase_flags[18]; ///< phase flags (phsflg)
|
|
|
106
|
+ int phase_flags[AC3_MAX_CPL_BANDS]; ///< phase flags (phsflg)
|
|
107
|
107
|
int num_cpl_bands; ///< number of coupling bands (ncplbnd)
|
|
108
|
|
- uint8_t cpl_band_sizes[18]; ///< number of coeffs in each coupling band
|
|
|
108
|
+ uint8_t cpl_band_sizes[AC3_MAX_CPL_BANDS]; ///< number of coeffs in each coupling band
|
|
109
|
109
|
int firstchincpl; ///< first channel in coupling
|
|
110
|
110
|
int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos)
|
|
111
|
|
- int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco)
|
|
|
111
|
+ int cpl_coords[AC3_MAX_CHANNELS][AC3_MAX_CPL_BANDS]; ///< coupling coordinates (cplco)
|
|
112
|
112
|
///@}
|
|
113
|
113
|
|
|
114
|
114
|
///@defgroup spx spectral extension
|