Data Fields | |
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 | |
int | avg |
Definition at line 92 of file apedec.c.
adaptive filter coefficients used for correcting of actual filter coefficients
Definition at line 94 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
actual coefficients used in filtering
Definition at line 93 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
filtered values
Definition at line 96 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().
filter memory
Definition at line 95 of file apedec.c.
Referenced by do_apply_filter(), and do_init_filter().