Searched defs:DCALbrDecoder (Results 1 – 1 of 1) sorted by relevance
56 typedef struct DCALbrDecoder { struct57 AVCodecContext *avctx;58 GetBitContext gb;60 int sample_rate; ///< Sample rate of LBR audio61 int ch_mask; ///< LBR speaker mask62 int flags; ///< Flags for LBR decoder initialization63 int bit_rate_orig; ///< Original bit rate64 int bit_rate_scaled; ///< Scaled bit rate66 int nchannels; ///< Number of fullband channels to decode67 int nchannels_total; ///< Total number of fullband channels[all …]