FFmpeg
|
#include <wma.h>
AVCodecContext* WMACodecContext::avctx |
GetBitContext WMACodecContext::gb |
PutBitContext WMACodecContext::pb |
int WMACodecContext::version |
int WMACodecContext::use_exp_vlc |
int WMACodecContext::use_noise_coding |
int WMACodecContext::exponent_sizes[BLOCK_NB_SIZES] |
uint16_t WMACodecContext::exponent_bands[BLOCK_NB_SIZES][25] |
int WMACodecContext::high_band_start[BLOCK_NB_SIZES] |
int WMACodecContext::coefs_end[BLOCK_NB_SIZES] |
int WMACodecContext::exponent_high_sizes[BLOCK_NB_SIZES] |
int WMACodecContext::exponent_high_bands[BLOCK_NB_SIZES][HIGH_BAND_MAX_SIZE] |
int WMACodecContext::high_band_coded[MAX_CHANNELS][HIGH_BAND_MAX_SIZE] |
int WMACodecContext::high_band_values[MAX_CHANNELS][HIGH_BAND_MAX_SIZE] |
const CoefVLCTable* WMACodecContext::coef_vlcs[2] |
int WMACodecContext::frame_len_bits |
int WMACodecContext::block_len_bits |
int WMACodecContext::next_block_len_bits |
int WMACodecContext::prev_block_len_bits |
uint8_t WMACodecContext::ms_stereo |
uint8_t WMACodecContext::channel_coded[MAX_CHANNELS] |
int WMACodecContext::exponents_bsize[MAX_CHANNELS] |
float WMACodecContext::exponents[MAX_CHANNELS][BLOCK_MAX_SIZE] |
float WMACodecContext::max_exponent[MAX_CHANNELS] |
WMACoef WMACodecContext::coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE] |
float WMACodecContext::coefs[MAX_CHANNELS][BLOCK_MAX_SIZE] |
FFTSample WMACodecContext::output[BLOCK_MAX_SIZE *2] |
FFTContext WMACodecContext::mdct_ctx[BLOCK_NB_SIZES] |
const float* WMACodecContext::windows[BLOCK_NB_SIZES] |
float WMACodecContext::frame_out[MAX_CHANNELS][BLOCK_MAX_SIZE *2] |
uint8_t WMACodecContext::last_superframe[MAX_CODED_SUPERFRAME_SIZE+AV_INPUT_BUFFER_PADDING_SIZE] |
int WMACodecContext::exponents_initialized[MAX_CHANNELS] |
float WMACodecContext::noise_table[NOISE_TAB_SIZE] |
float WMACodecContext::lsp_cos_table[BLOCK_MAX_SIZE] |
float WMACodecContext::lsp_pow_m_table1[(1<< LSP_POW_BITS)] |
float WMACodecContext::lsp_pow_m_table2[(1<< LSP_POW_BITS)] |
AVFloatDSPContext* WMACodecContext::fdsp |