comparison ac3dec.h @ 10021:f6c433eacc5a libavcodec

Use coupling band sizes instead of coupling band structure when calculating coupling transform coefficients.
author jbr
date Wed, 05 Aug 2009 01:00:41 +0000
parents 63325f71bd79
children e60ed9255bf4
comparison
equal deleted inserted replaced
10020:617166c76faf 10021:f6c433eacc5a
81 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl) 81 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
82 int phase_flags_in_use; ///< phase flags in use (phsflginu) 82 int phase_flags_in_use; ///< phase flags in use (phsflginu)
83 int phase_flags[18]; ///< phase flags (phsflg) 83 int phase_flags[18]; ///< phase flags (phsflg)
84 int num_cpl_bands; ///< number of coupling bands (ncplbnd) 84 int num_cpl_bands; ///< number of coupling bands (ncplbnd)
85 uint8_t cpl_band_struct[18]; ///< coupling band structure (cplbndstrc) 85 uint8_t cpl_band_struct[18]; ///< coupling band structure (cplbndstrc)
86 uint8_t cpl_band_sizes[18]; ///< number of coeffs in each coupling band
86 int firstchincpl; ///< first channel in coupling 87 int firstchincpl; ///< first channel in coupling
87 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) 88 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos)
88 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco) 89 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco)
89 ///@} 90 ///@}
90 91