Commit 09edd649 authored by Jan Kiene's avatar Jan Kiene
Browse files

Accept FIX_BASOP_2023_TDREND_DISTATT_PRECISION_BUGFIX

parent aee19117
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -995,11 +995,7 @@ ivas_error ivas_td_binaural_renderer_ext_fx(
        test();
        IF( *hCombinedOrientationData != NULL && ( *hCombinedOrientationData )->listenerPos != NULL )
        {
#ifdef FIX_BASOP_2023_TDREND_DISTATT_PRECISION_BUGFIX
            ( *hCombinedOrientationData )->listenerPos[idx].q_fact = pos_q;
#else
            pos_q = ( *hCombinedOrientationData )->listenerPos[idx].q_fact;
#endif
            move16();
        }
        FOR( Word16 i = 0; i < 3; i++ )