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

◆ dither_parity

int32_t Channel::dither_parity

Definition at line 82 of file aptx.c.

◆ dither

int32_t Channel::dither[NB_SUBBANDS]

Definition at line 83 of file aptx.c.

◆ qmf

QMFAnalysis Channel::qmf

Definition at line 85 of file aptx.c.

◆ quantize

Quantize Channel::quantize[NB_SUBBANDS]

Definition at line 86 of file aptx.c.

◆ invert_quantize

InvertQuantize Channel::invert_quantize[NB_SUBBANDS]

Definition at line 87 of file aptx.c.

◆ prediction

Prediction Channel::prediction[NB_SUBBANDS]

Definition at line 88 of file aptx.c.


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