1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-02-17 03:30:35 +01:00

Merge "Reset all noisefloor levels in leanSbrConcealment()"

This commit is contained in:
Jean-Michel Trivi 2018-12-28 23:03:33 +00:00 committed by Gerrit Code Review
commit c19c36cbfc

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,