1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-01-30 23:45:09 +01:00

Merge "Reset all noisefloor levels in leanSbrConcealment()" am: c19c36cbfc

am: a129f9b266

Change-Id: I8362c86b61b9bcc69edb8015de14a287b9932f8f
This commit is contained in:
Jean-Michel Trivi 2018-12-28 15:17:25 -08:00 committed by android-build-merger
commit f04d154c74

View File

@ -435,8 +435,8 @@ static void leanSbrConcealment(
/* Noisefloor levels are always cleared ... */ /* Noisefloor levels are always cleared ... */
h_sbr_data->domain_vec_noise[0] = 1; h_sbr_data->domain_vec_noise[0] = 1;
for (i = 0; i < hHeaderData->freqBandData.nNfb; i++) FDKmemclear(h_sbr_data->sbrNoiseFloorLevel,
h_sbr_data->sbrNoiseFloorLevel[i] = FL2FXCONST_SGL(0.0f); sizeof(h_sbr_data->sbrNoiseFloorLevel));
/* ... and so are the sines */ /* ... and so are the sines */
FDKmemclear(h_sbr_data->addHarmonics, FDKmemclear(h_sbr_data->addHarmonics,