| FFmpeg
    | 
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... | |
| int | avg | 
Detailed Description
Field Documentation
| int16_t* APEFilter::adaptcoeffs | 
adaptive filter coefficients used for correcting of actual filter coefficients
Definition at line 97 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
| int APEFilter::avg | 
Definition at line 101 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
| int16_t* APEFilter::coeffs | 
actual coefficients used in filtering
Definition at line 96 of file apedec.c.
Referenced by do_apply_filter(), do_init_filter(), long_filter_ehigh_3830(), predictor_decode_mono_3800(), and predictor_decode_stereo_3800().
| int16_t* APEFilter::delay | 
filtered values
Definition at line 99 of file apedec.c.
Referenced by do_apply_filter(), do_init_filter(), long_filter_ehigh_3830(), predictor_decode_mono_3800(), and predictor_decode_stereo_3800().
| int16_t* APEFilter::historybuffer | 
filter memory
Definition at line 98 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:25 for FFmpeg by
 1.8.11
 1.8.11