Filters applied to the decoded data.
More...
|
| int16_t * | coeffs |
| | actual coefficients used in filtering
|
| |
| int16_t * | adaptcoeffs |
| | adaptive filter coefficients used for correcting of actual filter coefficients
|
| |
| int16_t * | historybuffer |
| | filter memory
|
| |
| int16_t * | delay |
| | filtered values
|
| |
| uint32_t | avg |
| |
Filters applied to the decoded data.
Definition at line 102 of file apedec.c.
◆ coeffs
| int16_t* APEFilter::coeffs |
actual coefficients used in filtering
Definition at line 103 of file apedec.c.
◆ adaptcoeffs
| int16_t* APEFilter::adaptcoeffs |
adaptive filter coefficients used for correcting of actual filter coefficients
Definition at line 104 of file apedec.c.
◆ historybuffer
| int16_t* APEFilter::historybuffer |
◆ delay
| int16_t* APEFilter::delay |
filtered values
Definition at line 106 of file apedec.c.
◆ avg
The documentation for this struct was generated from the following file: