address HRTF leftovers
- Related issues:
- Requested reviewers: @emerit
Reason why this change is needed
- This MR addresses leftovers from HRTF udpates:
- address ToDo comment
} HRTFS_DATA, *HRTFS_HANDLE, HRTFS_CREND_DATA, *HRTFS_CREND_HANDLE; // VE: all instance of HRTFS_DATAand *HRTFS_HANDLE should be renamed to HRTFS_CREND_DATA and *HRTFS_CREND_HANDLE
and consequently update names of these two structure types / handles.
- rename
IVAS_DEC_HRTF_HANDLE
toIVAS_DEC_HRTF_TD_HANDLE
andIVAS_REND_GetHrtfHandle
toIVAS_REND_GetHrtfTdHandle
- rename
hSetOfHRTF
tohHrtfCrend
such that the later name is used consistently across the framework - correct comments
Description of the change
- Resolve leftovers from HRTF udpates and ensures the float main is aligned with BASOP. -> There is no need to port this MR to BASOP.
Affected operating points
- All is BE.
Edited by vaclav