FFmpeg
|
Data Fields | |
AVClass * | class |
class for AVOptions More... | |
AVCodecContext * | avctx |
BswapDSPContext | bdsp |
LLAudDSPContext | adsp |
int | channels |
int | samples |
samples left to decode in current frame More... | |
int | bps |
int | fileversion |
codec version, very important in decoding process More... | |
int | compression_level |
compression levels More... | |
int | fset |
which filter set to use (calculated from compression level) More... | |
int | flags |
global decoder flags More... | |
uint32_t | CRC |
signalled frame CRC More... | |
uint32_t | CRC_state |
accumulated CRC More... | |
int | frameflags |
frame flags More... | |
APEPredictor | predictor |
predictor used for final reconstruction More... | |
APEPredictor64 | predictor64 |
64bit predictor used for final reconstruction More... | |
int32_t * | decoded_buffer |
int | decoded_size |
int32_t * | decoded [MAX_CHANNELS] |
decoded data for each channel More... | |
int32_t * | interim_buffer |
int | interim_size |
int32_t * | interim [MAX_CHANNELS] |
decoded data for each channel More... | |
int | blocks_per_loop |
maximum number of samples to decode for each call More... | |
int16_t * | filterbuf [APE_FILTER_LEVELS] |
filter memory More... | |
APERangecoder | rc |
rangecoder used to decode actual values More... | |
APERice | riceX |
rice code parameters for the second channel More... | |
APERice | riceY |
rice code parameters for the first channel More... | |
APEFilter | filters [APE_FILTER_LEVELS][2] |
filters used for reconstruction More... | |
GetBitContext | gb |
uint8_t * | data |
current frame data More... | |
uint8_t * | data_end |
frame data end More... | |
int | data_size |
frame data allocated size More... | |
const uint8_t * | ptr |
current position in frame data More... | |
int | error |
int | interim_mode |
void(* | entropy_decode_mono )(struct APEContext *ctx, int blockstodecode) |
void(* | entropy_decode_stereo )(struct APEContext *ctx, int blockstodecode) |
void(* | predictor_decode_mono )(struct APEContext *ctx, int count) |
void(* | predictor_decode_stereo )(struct APEContext *ctx, int count) |
uint32_t | junklength |
uint32_t | firstframe |
uint32_t | totalsamples |
int | currentframe |
APEFrame * | frames |
int16_t | fileversion |
int16_t | padding1 |
uint32_t | descriptorlength |
uint32_t | headerlength |
uint32_t | seektablelength |
uint32_t | wavheaderlength |
uint32_t | audiodatalength |
uint32_t | audiodatalength_high |
uint32_t | wavtaillength |
uint8_t | md5 [16] |
uint16_t | compressiontype |
uint16_t | formatflags |
uint32_t | blocksperframe |
uint32_t | finalframeblocks |
uint32_t | totalframes |
uint16_t | bps |
uint16_t | channels |
uint32_t | samplerate |
AVCodecContext* APEContext::avctx |
Definition at line 154 of file apedec.c.
Referenced by ape_decode_close(), ape_decode_frame(), ape_decode_init(), ape_flush(), and ff_aptx_init().
BswapDSPContext APEContext::bdsp |
LLAudDSPContext APEContext::adsp |
int APEContext::channels |
Definition at line 157 of file apedec.c.
Referenced by ape_dumpinfo(), and ape_read_header().
int APEContext::samples |
int APEContext::bps |
Definition at line 159 of file apedec.c.
Referenced by ape_dumpinfo(), and ape_read_header().
int APEContext::fileversion |
codec version, very important in decoding process
Definition at line 161 of file apedec.c.
Referenced by ape_decode_value_3900(), ape_dumpinfo(), and ape_read_header().
int APEContext::fset |
APEPredictor APEContext::predictor |
APEPredictor64 APEContext::predictor64 |
int32_t* APEContext::decoded[MAX_CHANNELS] |
decoded data for each channel
Definition at line 174 of file apedec.c.
Referenced by filter_3800(), filter_fast_3320(), predictor_update_3930(), and predictor_update_filter().
int32_t* APEContext::interim[MAX_CHANNELS] |
int APEContext::blocks_per_loop |
int16_t* APEContext::filterbuf[APE_FILTER_LEVELS] |
APERangecoder APEContext::rc |
APERice APEContext::riceX |
APERice APEContext::riceY |
APEFilter APEContext::filters[APE_FILTER_LEVELS][2] |
GetBitContext APEContext::gb |
Definition at line 186 of file apedec.c.
Referenced by ape_decode_value_3860(), and get_rice_ook().
const uint8_t* APEContext::ptr |
int APEContext::interim_mode |
Definition at line 194 of file apedec.c.
Referenced by predictor_decode_stereo_3950(), and predictor_update_filter().
void(* APEContext::entropy_decode_mono) (struct APEContext *ctx, int blockstodecode) |
void(* APEContext::entropy_decode_stereo) (struct APEContext *ctx, int blockstodecode) |
void(* APEContext::predictor_decode_mono) (struct APEContext *ctx, int count) |
void(* APEContext::predictor_decode_stereo) (struct APEContext *ctx, int count) |
uint32_t APEContext::junklength |
Definition at line 55 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::firstframe |
Definition at line 56 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::totalsamples |
Definition at line 57 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
int APEContext::currentframe |
Definition at line 58 of file ape.c.
Referenced by ape_read_header(), ape_read_packet(), and ape_read_seek().
APEFrame* APEContext::frames |
Definition at line 59 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_close(), ape_read_header(), and ape_read_packet().
int16_t APEContext::padding1 |
Definition at line 63 of file ape.c.
Referenced by ape_read_header().
uint32_t APEContext::descriptorlength |
Definition at line 64 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::headerlength |
Definition at line 65 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::seektablelength |
Definition at line 66 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::wavheaderlength |
Definition at line 67 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::audiodatalength |
Definition at line 68 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::audiodatalength_high |
Definition at line 69 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::wavtaillength |
Definition at line 70 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint8_t APEContext::md5[16] |
Definition at line 71 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint16_t APEContext::compressiontype |
Definition at line 74 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint16_t APEContext::formatflags |
Definition at line 75 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().
uint32_t APEContext::blocksperframe |
Definition at line 76 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
uint32_t APEContext::finalframeblocks |
Definition at line 77 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
uint32_t APEContext::totalframes |
Definition at line 78 of file ape.c.
Referenced by ape_dumpinfo(), ape_read_header(), and ape_read_packet().
uint32_t APEContext::samplerate |
Definition at line 81 of file ape.c.
Referenced by ape_dumpinfo(), and ape_read_header().