ALLRAD decoder matrix leftovers
The computation of ALLRAD decoder matrix in SBA / OSBA decoder is needed when hDirACRend->hOutSetup.is_loudspeaker_setup = 1
. However, the related function ivas_sba_get_hoa_dec_matrix()
is also present at instances where it is never called.
The never-entered conditions thus can be removed similarly to obsolete conditions in ivas_renderer_select()
to enhance the clarity of the set-up function of the framework.
The code-coverage reports are here:
Edited by vaclav