FFmpeg
Data Fields
APEFilter Struct Reference

Filters applied to the decoded data. More...

Data Fields

int16_t * coeffs
 actual coefficients used in filtering More...
 
int16_t * adaptcoeffs
 adaptive filter coefficients used for correcting of actual filter coefficients More...
 
int16_t * historybuffer
 filter memory More...
 
int16_t * delay
 filtered values More...
 
uint32_t avg
 

Detailed Description

Filters applied to the decoded data.

Definition at line 99 of file apedec.c.

Field Documentation

◆ coeffs

int16_t* APEFilter::coeffs

actual coefficients used in filtering

Definition at line 100 of file apedec.c.

◆ adaptcoeffs

int16_t* APEFilter::adaptcoeffs

adaptive filter coefficients used for correcting of actual filter coefficients

Definition at line 101 of file apedec.c.

◆ historybuffer

int16_t* APEFilter::historybuffer

filter memory

Definition at line 102 of file apedec.c.

◆ delay

int16_t* APEFilter::delay

filtered values

Definition at line 103 of file apedec.c.

◆ avg

uint32_t APEFilter::avg

Definition at line 105 of file apedec.c.


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