Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

EQ FIR: Add check and removal for trailing zeros in filter coefficients#72

Merged
lgirdwood merged 1 commit intothesofproject:masterfrom
singalsu:fix_eq_fir_length_trailing_zeros
Sep 19, 2018
Merged

EQ FIR: Add check and removal for trailing zeros in filter coefficients#72
lgirdwood merged 1 commit intothesofproject:masterfrom
singalsu:fix_eq_fir_length_trailing_zeros

Conversation

@singalsu
Copy link
Copy Markdown
Collaborator

This patch adds removing of extra zeros in the FIR coefficients. The
zeros can happen in some responses due to fixed point quantization of
very small values. The zero taps consume DSP resources for nothing so
better to clean them out for EQ configuration data.

Signed-off-by: Seppo Ingalsuo seppo.ingalsuo@linux.intel.com

This patch adds removing of extra zeros in the FIR coefficients. The
zeros can happen in some responses due to fixed point quantization of
very small values. The zero taps consume DSP resources for nothing so
better to clean them out for EQ configuration data.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
@singalsu singalsu requested a review from juimonen September 19, 2018 13:39
@lgirdwood lgirdwood merged commit 78748d4 into thesofproject:master Sep 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants