Searched defs:WMACodecContext (Results 1 – 1 of 1) sorted by relevance
68 typedef struct WMACodecContext { struct69 AVCodecContext *avctx;70 GetBitContext gb;71 PutBitContext pb;72 int version; ///< 1 = 0x160 (WMAV1), 2 = 0x161 (WMAV2)73 int use_bit_reservoir;74 int use_variable_block_len;75 int use_exp_vlc; ///< exponent coding: 0 = lsp, 1 = vlc + delta76 int use_noise_coding; ///< true if perceptual noise is added77 int byte_offset_bits;[all …]