Libav
Data Fields
TAKDecContext Struct Reference

Data Fields

AVCodecContextavctx
 
AudioDSPContext adsp
 
TAKStreamInfo ti
 
GetBitContext gb
 
int uval
 
int nb_samples
 
uint8_tdecode_buffer
 
unsigned int decode_buffer_size
 
int32_tdecoded [TAK_MAX_CHANNELS]
 
int8_t lpc_mode [TAK_MAX_CHANNELS]
 
int8_t sample_shift [TAK_MAX_CHANNELS]
 
int subframe_scale
 
int8_t dmode
 
MCDParam mcdparams [TAK_MAX_CHANNELS]
 
int16_t * residues
 
unsigned int residues_buf_size
 

Detailed Description

Definition at line 48 of file takdec.c.

Field Documentation

◆ avctx

AVCodecContext* TAKDecContext::avctx

Definition at line 49 of file takdec.c.

Referenced by decode_channel(), and tak_decode_init().

◆ adsp

AudioDSPContext TAKDecContext::adsp

Definition at line 50 of file takdec.c.

Referenced by decode_subframe(), decorrelate(), and tak_decode_init().

◆ ti

TAKStreamInfo TAKDecContext::ti

Definition at line 51 of file takdec.c.

Referenced by tak_decode_frame().

◆ gb

GetBitContext TAKDecContext::gb

◆ uval

int TAKDecContext::uval

Definition at line 54 of file takdec.c.

Referenced by decode_residues(), and set_sample_rate_params().

◆ nb_samples

int TAKDecContext::nb_samples

Definition at line 55 of file takdec.c.

Referenced by decode_channel(), decode_residues(), and tak_decode_frame().

◆ decode_buffer

uint8_t* TAKDecContext::decode_buffer

Definition at line 56 of file takdec.c.

Referenced by tak_decode_close(), and tak_decode_frame().

◆ decode_buffer_size

unsigned int TAKDecContext::decode_buffer_size

Definition at line 57 of file takdec.c.

Referenced by tak_decode_frame().

◆ decoded

int32_t* TAKDecContext::decoded[TAK_MAX_CHANNELS]

Definition at line 58 of file takdec.c.

Referenced by decode_channel(), decorrelate(), and tak_decode_frame().

◆ lpc_mode

int8_t TAKDecContext::lpc_mode[TAK_MAX_CHANNELS]

Definition at line 60 of file takdec.c.

Referenced by decode_channel(), and tak_decode_frame().

◆ sample_shift

int8_t TAKDecContext::sample_shift[TAK_MAX_CHANNELS]

Definition at line 61 of file takdec.c.

Referenced by decode_channel(), and tak_decode_frame().

◆ subframe_scale

int TAKDecContext::subframe_scale

Definition at line 62 of file takdec.c.

Referenced by decode_channel(), and set_sample_rate_params().

◆ dmode

int8_t TAKDecContext::dmode

Definition at line 64 of file takdec.c.

Referenced by decorrelate(), and tak_decode_frame().

◆ mcdparams

MCDParam TAKDecContext::mcdparams[TAK_MAX_CHANNELS]

Definition at line 66 of file takdec.c.

Referenced by tak_decode_frame().

◆ residues

int16_t* TAKDecContext::residues

Definition at line 68 of file takdec.c.

Referenced by decode_subframe(), decorrelate(), and tak_decode_close().

◆ residues_buf_size

unsigned int TAKDecContext::residues_buf_size

Definition at line 69 of file takdec.c.

Referenced by decode_subframe(), and decorrelate().


The documentation for this struct was generated from the following file: