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 |
int16_t* APEFilter::coeffs |
actual coefficients used in filtering
Definition at line 99 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
int16_t* APEFilter::adaptcoeffs |
adaptive filter coefficients used for correcting of actual filter coefficients
Definition at line 100 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
int16_t* APEFilter::historybuffer |
filter memory
Definition at line 101 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
int16_t* APEFilter::delay |
filtered values
Definition at line 102 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
int APEFilter::avg |
Definition at line 104 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().