Commit 49049c0d authored by multrus's avatar multrus
Browse files

[cleanup] accept DISABLE_RES_CHANNELS_MCT

parent 2342c56d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@
/*#define ITD_WINNER_GAIN_MODIFY */                     /* ITD optimization - WORK IN PROGRESS */
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */

#define DISABLE_RES_CHANNELS_MCT                        /* decode only W and residual for Y when outputting to stereo */
#define FIX_107_5MS_SUBFRAME_RENDERING
#define REMOVE_FORCE_SUBFRAME_BIN                       /* Issue 355: remove obsolete "-force_subframe_bin" command-line option. */

+0 −2
Original line number Diff line number Diff line
@@ -166,7 +166,6 @@ ivas_error ivas_mct_dec(
    /* MCT core decoder */
    ivas_mct_core_dec( hMCT, st_ivas->hCPE, nCPE, output );

#ifdef DISABLE_RES_CHANNELS_MCT
    /* for sba to stereo output disable any further processing for TCs > 2 as it is not needed*/
    if ( st_ivas->sba_dirac_stereo_flag )
    {
@@ -178,7 +177,6 @@ ivas_error ivas_mct_dec(
            }
        }
    }
#endif

    /* MCT reconstruction and CoreCoder updates */
    for ( cpe_id = 0; cpe_id < nCPE; cpe_id++ )