FFmpeg
Data Fields
APEPredictor Struct Reference

Filter histories. More...

Data Fields

int32_tbuf
 
int32_t lastA [2]
 
int32_t filterA [2]
 
int32_t filterB [2]
 
int32_t coeffsA [2][4]
 adaption coefficients More...
 
int32_t coeffsB [2][5]
 adaption coefficients More...
 
int32_t historybuffer [HISTORY_SIZE+PREDICTOR_SIZE]
 
unsigned int sample_pos
 

Detailed Description

Filter histories.

Definition at line 120 of file apedec.c.

Field Documentation

◆ buf

int32_t* APEPredictor::buf

◆ lastA

int32_t APEPredictor::lastA[2]

◆ filterA

int32_t APEPredictor::filterA[2]

◆ filterB

int32_t APEPredictor::filterB[2]

Definition at line 126 of file apedec.c.

Referenced by filter_3800(), init_predictor_decoder(), and predictor_update_filter().

◆ coeffsA

int32_t APEPredictor::coeffsA[2][4]

◆ coeffsB

int32_t APEPredictor::coeffsB[2][5]

adaption coefficients

Definition at line 129 of file apedec.c.

Referenced by filter_3800(), init_predictor_decoder(), and predictor_update_filter().

◆ historybuffer

int32_t APEPredictor::historybuffer[HISTORY_SIZE+PREDICTOR_SIZE]

◆ sample_pos

unsigned int APEPredictor::sample_pos

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