Commit 9c8d48ff authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] accept FIX_1008_EXTORIENT_TARGET_INTERPOLATION

parent 45e2853b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -133,7 +133,6 @@
#define NONBE_FIX_1005_MC_RS_TCBUFFER_UPDATE                  /* FhG: issue #1005: fix TC Buffer update at a MC rate switch */
#define NONBE_FIX_1004_USAN_DTX_MASA_NO_DIRS            /* Nokia: fix USAN error caused by non-setting of correctly the number of MASA directions in DTX */
/* #define NONBE_FIX_991_PARAMBIN_BINARY_HRTF   */           /* Nokia: issue #991: fix using of binary file HRTF in ParamBin (to activate when USE_NEW_HRTF_BINARY_FILE_FORMAT and FIX_777_COMBI_RENDER_CONFIG_FILE are on ) */
#define FIX_1008_EXTORIENT_TARGET_INTERPOLATION          /* FhG: issue #1008, external orientation init was wrong for 5ms */
#define FIX_1009_ISM_NONDIEGETIC_PANNING                /* FhG: issue #1009: use correct object buffer for ISM1 non-diegetic pan      */
#define NONBE_FIX_1012_1013_JBM_FLUSH_BUFFER                  /* FhG: issues #1012, 1013: JBM flush function uses wrong output buffer */

+0 −12
Original line number Diff line number Diff line
@@ -1379,20 +1379,8 @@ ivas_error ivas_combined_orientation_open(
    move32();
    ( *hCombinedOrientationData )->interpolationIncrement_fx = ONE_IN_Q30; // Q30
    move32();
#ifndef FIX_1008_EXTORIENT_TARGET_INTERPOLATION
    IF( EQ_16( num_subframes, 1 ) )
    {
        ( *hCombinedOrientationData )->maximumFramesToTargetOrientation = 2000;
        move16();
    }
    ELSE
    {
#endif
        ( *hCombinedOrientationData )->maximumFramesToTargetOrientation = 500;
        move16();
#ifndef FIX_1008_EXTORIENT_TARGET_INTERPOLATION
    }
#endif
    ( *hCombinedOrientationData )->lrSwitchedNext = 0;
    move16();
    ( *hCombinedOrientationData )->lrSwitchedCurrent = 0;