Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audio: MFCC: Fix mistake with HiFi4 circular buffer index #9415

Merged

Commits on Aug 28, 2024

  1. Audio: MFCC: Fix mistake with HiFi4 circular buffer index

    The instruction AE_L16_XC() uses circular buffer0, so the
    buffer setup instruction need to be changed. The proper
    instruction for buffer 1 would have been AE_L16_XC1().
    
    Due to this error the MFCC output became incorrect after
    wrong circular buffer wrap.
    
    Fixes: 5c92bdd ("Audio: MFCC: Add HiFi4 implementation of MFCC")
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    044c526 View commit details
    Browse the repository at this point in the history
  2. Audio: MFCC: Remove unnecessary space from HiFi4 code

    Only cosmetic change, no functionality changed. Noticed while
    comparing hifi3 and hifi4 code versions. Now one difference
    less.
    
    Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
    singalsu committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    576bd4c View commit details
    Browse the repository at this point in the history