Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
int | min_blocksize |
int | max_blocksize |
int | min_framesize |
int | max_framesize |
int | samplerate |
int | channels |
int | blocksize |
int | bps |
int | curr_bps |
enum decorrelation_type | decorrelation |
int32_t * | decoded [MAX_CHANNELS] |
uint8_t * | bitstream |
int | bitstream_size |
int | bitstream_index |
unsigned int | allocated_bitstream_size |
Definition at line 58 of file flac.c.
Definition at line 59 of file flac.c.
Referenced by decode_frame(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), dump_headers(), flac_decode_frame(), flac_decode_init(), metadata_parse(), and metadata_streaminfo().
Definition at line 60 of file flac.c.
Referenced by decode_frame(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), flac_decode_frame(), flac_decode_init(), metadata_parse(), and metadata_streaminfo().
Definition at line 62 of file flac.c.
Referenced by decode_frame(), dump_headers(), and metadata_streaminfo().
Definition at line 62 of file flac.c.
Referenced by allocate_buffers(), decode_frame(), dump_headers(), and metadata_streaminfo().
Definition at line 63 of file flac.c.
Referenced by allocate_buffers(), dump_headers(), flac_decode_frame(), and metadata_streaminfo().
Definition at line 64 of file flac.c.
Referenced by decode_frame(), dump_headers(), and metadata_streaminfo().
Definition at line 64 of file flac.c.
Referenced by allocate_buffers(), decode_frame(), dump_headers(), flac_decode_close(), flac_decode_frame(), and metadata_streaminfo().
Definition at line 65 of file flac.c.
Referenced by decode_frame(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), dump_headers(), and flac_decode_frame().
int FLACContext::bps |
Definition at line 66 of file flac.c.
Referenced by allocate_buffers(), decode_frame(), decode_subframe(), decode_subframe_lpc(), dump_headers(), flac_decode_frame(), and metadata_streaminfo().
Definition at line 66 of file flac.c.
Referenced by decode_subframe(), decode_subframe_fixed(), and decode_subframe_lpc().
Definition at line 67 of file flac.c.
Referenced by decode_frame(), decode_subframe(), and flac_decode_frame().
int32_t* FLACContext::decoded[MAX_CHANNELS] |
Definition at line 69 of file flac.c.
Referenced by allocate_buffers(), decode_residuals(), decode_subframe(), decode_subframe_fixed(), decode_subframe_lpc(), flac_decode_close(), and flac_decode_frame().
Definition at line 70 of file flac.c.
Referenced by allocate_buffers(), flac_decode_close(), and flac_decode_frame().
unsigned int FLACContext::allocated_bitstream_size |