Commit bd85838d authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_2371_REMOVE_UNUSED_ISAR_FCNS

parent 21485f9a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -162,7 +162,6 @@
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */
#define TMP_1342_WORKAROUND_DEC_FLUSH_BROKEN_IN_SR      /* FhG: Temporary workaround for incorrect implementation of decoder flush with split rendering */
#define NONBE_1122_KEEP_EVS_MODE_UNCHANGED              /* FhG: Disables fix for issue 1122 in EVS mode to keep BE tests green. This switch should be removed once the 1122 fix is added to EVS via a CR.  */
#define FIX_2371_REMOVE_UNUSED_ISAR_FCNS                /* Dolby: basop issue 2371: remove unused ISAR-related functions */      

/* #################### End BE switches ################################## */

+0 −22
Original line number Diff line number Diff line
@@ -342,28 +342,6 @@ int16_t ReadPredictors(
    return iBitsRead;
}

#ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS
/*-------------------------------------------------------------------*
 * Function SetDecodingPassed()
 *
 *
 *-------------------------------------------------------------------*/

void SetDecodingPassed(
    PredictionDecoder *psPredictionDecoder )
{
    int32_t n, ch;
    for ( ch = 0; ch < psPredictionDecoder->iChannels; ch++ )
    {
        for ( n = 0; n < psPredictionDecoder->iNumSubSets; n++ )
        {
            psPredictionDecoder->ppiDecodingFailed[ch][n] = 0;
        }
    }

    return;
}
#endif

/*-------------------------------------------------------------------*
 * Function AnyDecodingUnresolved()
+0 −4
Original line number Diff line number Diff line
@@ -313,10 +313,6 @@ int16_t GetNumSubSets(
int32_t **GetDecodingFailedPrevStatus(
    LCLDDecoder *psLCLDDecoder);

#ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS
void SetDecodingPassed(
    PredictionDecoder *psPredictionDecoder);
#endif

void UpdateDecodingUnresolved(
    PredictionDecoder *psPredictionDecoder);