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 */