Skip to content

silk_LPC_analysis_filter neon implementation#487

Open
rl123567 wants to merge 1 commit into
xiph:mainfrom
rl123567:main
Open

silk_LPC_analysis_filter neon implementation#487
rl123567 wants to merge 1 commit into
xiph:mainfrom
rl123567:main

Conversation

@rl123567

Copy link
Copy Markdown

Changes:
Add a NEON-vectorized silk_LPC_analysis_filter() that processes 8 filter taps per iteration using paired vmlal_s16 accumulators (int32x4_t), when the remaining trailing data is less than 8 units, the execution falls back to the original C implementation. The original scalar implementation is preserved as silk_LPC_analysis_filter_c() for reference and OPUS_CHECK_ASM validation.

@rl123567

Copy link
Copy Markdown
Author

Hi, @jmvalin Could you please help review this PR when you have a moment? It includes targeted silk_LPC_analysis_filter neon implementation. Please let me know if you need any additional information or if there are any changes required. Thanks in advance for your time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant