Home
last modified time | relevance | path

Searched defs:WMACodecContext (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dwma.h68 typedef struct WMACodecContext { struct
69 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 + delta
76 int use_noise_coding; ///< true if perceptual noise is added
77 int byte_offset_bits;
[all …]