Searched defs:DCALbrDecoder (Results 1 – 1 of 1) sorted by relevance
58 typedef struct DCALbrDecoder { struct59 AVCodecContext *avctx;60 GetBitContext gb;62 int sample_rate; ///< Sample rate of LBR audio63 int ch_mask; ///< LBR speaker mask64 int flags; ///< Flags for LBR decoder initialization65 int bit_rate_orig; ///< Original bit rate66 int bit_rate_scaled; ///< Scaled bit rate68 int nchannels; ///< Number of fullband channels to decode69 int nchannels_total; ///< Total number of fullband channels[all …]