FFmpeg
Loading...
Searching...
No Matches
Channel Struct Reference

#include <libavcodec/aptx.h>

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 81 of file aptx.h.

Field Documentation

◆ codeword_history

int32_t Channel::codeword_history

Definition at line 82 of file aptx.h.

◆ dither_parity

int32_t Channel::dither_parity

Definition at line 83 of file aptx.h.

◆ dither

int32_t Channel::dither[NB_SUBBANDS]

Definition at line 84 of file aptx.h.

◆ qmf

QMFAnalysis Channel::qmf

Definition at line 86 of file aptx.h.

◆ quantize

Quantize Channel::quantize[NB_SUBBANDS]

Definition at line 87 of file aptx.h.

◆ invert_quantize

InvertQuantize Channel::invert_quantize[NB_SUBBANDS]

Definition at line 88 of file aptx.h.

◆ prediction

Prediction Channel::prediction[NB_SUBBANDS]

Definition at line 89 of file aptx.h.


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