wma.h File Reference

Go to the source code of this file.

Classes

struct  CoefVLCTable
struct  WMACodecContext

Functions

int ff_wma_init (AVCodecContext *avctx, int flags2)
int ff_wma_total_gain_to_bits (int total_gain)
int ff_wma_end (AVCodecContext *avctx)

Variables

const uint16_t ff_wma_hgain_huffcodes [37]
const uint8_t ff_wma_hgain_huffbits [37]
const float ff_wma_lsp_codebook [NB_LSP_COEFS][16]
const uint32_t ff_wma_scale_huffcodes [121]
const uint8_t ff_wma_scale_huffbits [121]


Function Documentation

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 360 of file wma.c.

Referenced by encode_block(), and wma_decode_block().

int ff_wma_end ( AVCodecContext avctx  ) 

Definition at line 368 of file wma.c.


Variable Documentation

const uint16_t ff_wma_hgain_huffcodes[37]

Definition at line 59 of file wmadata.h.

Referenced by wma_decode_init().

const uint8_t ff_wma_hgain_huffbits[37]

Definition at line 67 of file wmadata.h.

Referenced by wma_decode_init().

const float ff_wma_lsp_codebook[NB_LSP_COEFS][16]

Definition at line 75 of file wmadata.h.

Referenced by decode_exp_lsp().

Definition at line 95 of file wmadata.h.

Referenced by encode_exp_vlc(), and wma_decode_init().

const uint8_t ff_wma_scale_huffbits[121]

Definition at line 114 of file wmadata.h.

Referenced by encode_exp_vlc(), and wma_decode_init().


Generated on Sat Dec 18 05:15:56 2010 for MythTV by  doxygen 1.5.5