Resolve "The IVAS_REND_SetSplitRendBFI() function is not used in IVAS decoder/renderer"
- Related issues: #1494 (closed)
- Requested reviewers: @tyagiri
Reason why this change is needed
The function IVAS_REND_SetSplitRendBFI() is not used anywhere in the IVAS decoder/renderer (ISAR pre-renderer). A similar function, ISAR_POST_REND_SetSplitRendBFI(), is used successfully in the ISAR post-renderer. Both functions set the internal parameter hIvasRend->splitRendBFI. This suggests that the function itself may be obsolete and could be removed or a call to this function is missing in the IVAS decoder/renderer.
Description of the change
Remove obsolete function.
Affected operating points
BE cleanup.