1
0
mirror of https://github.com/mstorsjo/fdk-aac.git synced 2025-01-08 13:52:40 +01:00

Increase scale factor gain in TES tool.

Bug: 132641988
Test: atest DecoderTestXheAac ; atest DecoderTestAacDrc
Change-Id: I498be80902da32944ab456436689ca4aba42d3f6
This commit is contained in:
Fraunhofer IIS FDK 2019-03-08 16:09:55 +01:00 committed by Jean-Michel Trivi
parent 69a5c189ad
commit 2ef020c93a

View File

@ -493,7 +493,7 @@ static void mapSineFlags(
}
}
#define INTER_TES_SF_CHANGE 3
#define INTER_TES_SF_CHANGE 4
typedef struct {
FIXP_DBL subsample_power_low[(((1024) / (32) * (4) / 2) + (3 * (4)))];