comparison ac3dec.h @ 7703:3c531ec92268 libavcodec

copy default coupling band structure from table to decoding context (used for E-AC-3)
author jbr
date Wed, 27 Aug 2008 01:40:46 +0000
parents c4b959c09dff
children b928055716e5
comparison
equal deleted inserted replaced
7702:f91e273722c8 7703:3c531ec92268
80 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl) 80 int channel_in_cpl[AC3_MAX_CHANNELS]; ///< channel in coupling (chincpl)
81 int phase_flags_in_use; ///< phase flags in use (phsflginu) 81 int phase_flags_in_use; ///< phase flags in use (phsflginu)
82 int phase_flags[18]; ///< phase flags (phsflg) 82 int phase_flags[18]; ///< phase flags (phsflg)
83 int num_cpl_subbands; ///< number of coupling sub bands (ncplsubnd) 83 int num_cpl_subbands; ///< number of coupling sub bands (ncplsubnd)
84 int num_cpl_bands; ///< number of coupling bands (ncplbnd) 84 int num_cpl_bands; ///< number of coupling bands (ncplbnd)
85 int cpl_band_struct[18]; ///< coupling band structure (cplbndstrc) 85 uint8_t cpl_band_struct[18]; ///< coupling band structure (cplbndstrc)
86 int firstchincpl; ///< first channel in coupling 86 int firstchincpl; ///< first channel in coupling
87 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos) 87 int first_cpl_coords[AC3_MAX_CHANNELS]; ///< first coupling coordinates states (firstcplcos)
88 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco) 88 int cpl_coords[AC3_MAX_CHANNELS][18]; ///< coupling coordinates (cplco)
89 ///@} 89 ///@}
90 90