#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) |
| int ff_wma_end | ( | AVCodecContext * | avctx | ) |
| int ff_wma_init | ( | AVCodecContext * | avctx, | |
| int | flags2 | |||
| ) |
| int ff_wma_total_gain_to_bits | ( | int | total_gain | ) |
| static void init_coef_vlc | ( | VLC * | vlc, | |
| uint16_t ** | prun_table, | |||
| uint16_t ** | plevel_table, | |||
| uint16_t ** | pint_table, | |||
| const CoefVLCTable * | vlc_table | |||
| ) | [static] |
1.5.8