libavcodec/wma.c File Reference

#include "avcodec.h"
#include "wma.h"
#include "wmadata.h"
#include <assert.h>

Go to the source code of this file.

Functions

static void init_coef_vlc (VLC *vlc, uint16_t **prun_table, uint16_t **plevel_table, uint16_t **pint_table, const CoefVLCTable *vlc_table)
int ff_wma_init (AVCodecContext *avctx, int flags2)
int ff_wma_total_gain_to_bits (int total_gain)
int ff_wma_end (AVCodecContext *avctx)


Function Documentation

int ff_wma_end ( AVCodecContext avctx  ) 

Definition at line 362 of file wma.c.

int ff_wma_init ( AVCodecContext avctx,
int  flags2 
)

Definition at line 65 of file wma.c.

Referenced by encode_init(), and wma_decode_init().

int ff_wma_total_gain_to_bits ( int  total_gain  ) 

Definition at line 354 of file wma.c.

Referenced by encode_block(), and wma_decode_block().

static void init_coef_vlc ( VLC vlc,
uint16_t **  prun_table,
uint16_t **  plevel_table,
uint16_t **  pint_table,
const CoefVLCTable vlc_table 
) [static]

Definition at line 31 of file wma.c.


Generated on Fri Oct 26 02:35:45 2012 for FFmpeg by  doxygen 1.5.8