|
FFmpeg
|
#include <dolby_e.h>
Data Fields | |
| AVCodecContext * | avctx |
| GetBitContext | gb |
| uint8_t * | input |
| int | input_size |
| int | word_bits |
| int | word_bytes |
| int | key_present |
| int | prog_conf |
| int | nb_channels |
| int | nb_programs |
| int | fr_code |
| int | fr_code_orig |
| int | ch_size [MAX_CHANNELS] |
| int | mtd_ext_size |
| int | meter_size |
| int | rev_id [MAX_CHANNELS] |
| int | begin_gain [MAX_CHANNELS] |
| int | end_gain [MAX_CHANNELS] |
| int | multi_prog_warned |
| DBEChannel | channels [MAX_SEGMENTS][MAX_CHANNELS] |
| float | history [MAX_CHANNELS][256] |
| FFTContext | imdct [3] |
| AVFloatDSPContext * | fdsp |
| uint8_t | buffer [1024 *3+AV_INPUT_BUFFER_PADDING_SIZE] |
| AVCodecContext* DBEContext::avctx |
| GetBitContext DBEContext::gb |
| int DBEContext::ch_size[MAX_CHANNELS] |
| int DBEContext::rev_id[MAX_CHANNELS] |
| int DBEContext::begin_gain[MAX_CHANNELS] |
| int DBEContext::end_gain[MAX_CHANNELS] |
| DBEChannel DBEContext::channels[MAX_SEGMENTS][MAX_CHANNELS] |
| float DBEContext::history[MAX_CHANNELS][256] |
| FFTContext DBEContext::imdct[3] |
| AVFloatDSPContext* DBEContext::fdsp |
| uint8_t DBEContext::buffer[1024 *3+AV_INPUT_BUFFER_PADDING_SIZE] |
1.8.17