mirror of https://github.com/mstorsjo/fdk-aac.git
Increase scale factor gain in TES tool.
Bug: 132641988 Test: atest DecoderTestXheAac ; atest DecoderTestAacDrc Change-Id: I498be80902da32944ab456436689ca4aba42d3f6
This commit is contained in:
parent
69a5c189ad
commit
2ef020c93a
|
@ -493,7 +493,7 @@ static void mapSineFlags(
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#define INTER_TES_SF_CHANGE 3
|
#define INTER_TES_SF_CHANGE 4
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
FIXP_DBL subsample_power_low[(((1024) / (32) * (4) / 2) + (3 * (4)))];
|
FIXP_DBL subsample_power_low[(((1024) / (32) * (4) / 2) + (3 * (4)))];
|
||||||
|
|
Loading…
Reference in New Issue