FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Channel Struct Reference

Data Fields

int32_t codeword_history
 
int32_t dither_parity
 
int32_t dither [NB_SUBBANDS]
 
QMFAnalysis qmf
 
Quantize quantize [NB_SUBBANDS]
 
InvertQuantize invert_quantize [NB_SUBBANDS]
 
Prediction prediction [NB_SUBBANDS]
 

Detailed Description

Definition at line 80 of file aptx.c.

Field Documentation

int32_t Channel::codeword_history

Definition at line 81 of file aptx.c.

Referenced by aptx_generate_dither().

int32_t Channel::dither_parity

Definition at line 82 of file aptx.c.

Referenced by aptx_generate_dither(), and aptx_quantized_parity().

int32_t Channel::dither[NB_SUBBANDS]
QMFAnalysis Channel::qmf

Definition at line 85 of file aptx.c.

Referenced by aptx_decode_channel(), and aptx_encode_channel().

Quantize Channel::quantize[NB_SUBBANDS]
InvertQuantize Channel::invert_quantize[NB_SUBBANDS]

Definition at line 87 of file aptx.c.

Referenced by aptx_encode_channel(), and aptx_invert_quantize_and_prediction().

Prediction Channel::prediction[NB_SUBBANDS]

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