Skip to content

Resolve "Support of lower sample rates in MASA prerenderer algorithms within external renderer"

Reason why this change is needed

  • MASA prerenderer does not properly support lower sample rates as there were some hard-coded loop limits and uninitialized values.

Description of the change

  • This initializes values to zero where needed and also restricts loops to run through valid data.

Affected operating points

  • Affects MASA prerenderer in IVAS_rend. Previously crashing or sanitizer error ridden lower sample rate cases are fixed. BE as currently not tested.

Merge request reports

Loading