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: Optimize and fix TDFB direction calculation #9169

Merged

Commits on Jun 23, 2024

  1. Audio: Bugfix: Optimize inner loop in max_mic_distance calculation

    Start inner loop from i+1 to halve iterations and eliminate
    redundant checks.
    
    Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
    ShriramShastry committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    77daf1a View commit details
    Browse the repository at this point in the history
  2. Audio: Bugfix: Correct loop boundary in line_array_mode_check

    Adjust loop boundary to ensure correct number of elements are
    processed.
    
    Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
    ShriramShastry committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    8adadca View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Audio: Bugfix: Optimize level_update function and improve comments

    Use int32_t instead of int64_t to improve performance in level_update.
    
    Improve comments in max_mic_distance function to better explain the
    distance calculation between all possible microphone pairs. Correct
    the typo in line_array_mode_check function.
    
    Signed-off-by: Shriram Shastry <malladi.sastry@intel.com>
    
    Address reviewer comments: Improve comments in max_mic_distance and
    correct typo in line_array_mode_check
    ShriramShastry committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ee2bdab View commit details
    Browse the repository at this point in the history