#define HARMONIZE_2595_reconfig_decoder_LPD /* FhG: Harmonize reconfig_decoder_LPD with its ivas derivate */
#define HARMONIZE_2596_SetModeIndex /* FhG: Harmonize SetModeIndex with its ivas derivate */
#define HARMONIZE_2583_open_decoder_LPD /* FhG: harmonize open_decoder_LPD between EVS and IVAS versions */
//#define HARMONIZE_2583_open_decoder_LPD_TonalConcealseparateinit /*devlop: get EVS/IVAS init for tonal concealment back*/2_FORMAT_SWITCH /* VA/Nokia: reintroduce format switching for g192 bitstreams */
#define HARMONIZE_2583_open_decoder_LPD_TonalConcealseparateinit /*devlop: get EVS/IVAS init for tonal concealment back*/
return(IVAS_ERROR(IVAS_ERR_INTERNAL,"TonalMDCT FEC: Number of samples larger than max. block size\n"));
}
assert((hTonalMDCTConc->nScaleFactors==nScaleFactors)||(hTonalMDCTConc->nSamples!=nSamples));/* If nSamples doesn't change then also nScaleFactors must stay the same */
return(IVAS_ERROR(IVAS_ERR_INTERNAL,"TonalMDCT FEC: Number of samples larger than max. block size\n"));
}
assert(EQ_16(hTonalMDCTConc->nScaleFactors,nScaleFactors)||NE_16(hTonalMDCTConc->nSamples,nSamples));/* If nSamples doesn't change then also nScaleFactors must stay the same */
return(IVAS_ERROR(IVAS_ERR_INTERNAL,"TonalMDCT FEC: Number of samples larger than max. block size\n"));
}
assert(EQ_16(hTonalMDCTConc->nScaleFactors,nScaleFactors)||NE_16(hTonalMDCTConc->nSamples,nSamples));/* If nSamples doesn't change then also nScaleFactors must stay the same */