FFmpeg  4.0
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

◆ codeword_history

int32_t Channel::codeword_history

Definition at line 81 of file aptx.c.

Referenced by aptx_generate_dither().

◆ dither_parity

int32_t Channel::dither_parity

Definition at line 82 of file aptx.c.

Referenced by aptx_generate_dither(), and aptx_quantized_parity().

◆ dither

int32_t Channel::dither[NB_SUBBANDS]

◆ qmf

QMFAnalysis Channel::qmf

Definition at line 85 of file aptx.c.

Referenced by aptx_decode_channel(), and aptx_encode_channel().

◆ quantize

Quantize Channel::quantize[NB_SUBBANDS]

◆ invert_quantize

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

Prediction Channel::prediction[NB_SUBBANDS]

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