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

Increase scale factor gain in TES tool.

am: 2ef020c93a

Change-Id: I81fbb36c68a11c2c1551047e7e2d15d356a538c0
This commit is contained in:
Fraunhofer IIS FDK 2019-05-15 09:07:16 -07:00 committed by android-build-merger
commit de38ed2500

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)))];