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] |
| int ff_wma_init | ( | AVCodecContext * | avctx, | |
| int | flags2 | |||
| ) |
| int ff_wma_total_gain_to_bits | ( | int | total_gain | ) |
| int ff_wma_end | ( | AVCodecContext * | avctx | ) |
| 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] |
1.5.5