Skip to content

Resolve "Optimize FastConv HRTF struct"

Archit Tamarapu requested to merge 1146-optimize-fastconv-hrtf-struct into main

Reason why this change is needed

  • FastConv Struct contains pointers per SBA order which can be consolidated since this does not change during a session.

Description of the change

  • The HOA3, HOA2 and FOA pointers were consolidated into SBA pointers.
  • Reduced code duplication.

Affected operating points

  • FastConv memory allocation. All is BE

Note: The changes in this branch were made on top of those in !1706 (merged). Destination branch will be retargeted once that is merged to main.

Merge request reports

Loading