diff options
author | Martin Storsjo <martin@martin.st> | 2016-10-28 10:26:20 +0300 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2016-10-28 10:26:20 +0300 |
commit | 5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de (patch) | |
tree | 266efb69dd81e746350e313543fad41c96c7e44c /libSBRdec | |
parent | 2b1e8db04d5e5cec26e69e489eee29ca162d6b5f (diff) | |
parent | ed91226cec35c24f4e0cc13bb46ffff98fb37f52 (diff) | |
download | fdk-aac-5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de.tar.gz fdk-aac-5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de.tar.bz2 fdk-aac-5fd7e6537d1f37fb1bec8c6aa2f8e22030ab10de.zip |
Merge remote-tracking branch 'aosp/master'
Diffstat (limited to 'libSBRdec')
-rw-r--r-- | libSBRdec/src/env_calc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libSBRdec/src/env_calc.cpp b/libSBRdec/src/env_calc.cpp index fa5330a..73bd7ba 100644 --- a/libSBRdec/src/env_calc.cpp +++ b/libSBRdec/src/env_calc.cpp @@ -2031,7 +2031,7 @@ static void adjustTimeSlotHQ( FIXP_SGL direct_ratio = /*FL2FXCONST_SGL(1.0f) */ (FIXP_SGL)MAXVAL_SGL - smooth_ratio; int index = *ptrPhaseIndex; UCHAR harmIndex = *ptrHarmIndex; - register int freqInvFlag = (lowSubband & 1); + int freqInvFlag = (lowSubband & 1); FIXP_DBL sineLevel; int shift; |