diff options
author | Martin Storsjo <martin@martin.st> | 2016-10-28 01:27:58 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-10-28 01:27:58 +0000 |
commit | 889731b62d694bf8bc7a6fd28a6b97b8755ec902 (patch) | |
tree | 83b84ecabd1f158f423128dbd896eb1a15b17f1e /libSBRdec | |
parent | 6085e575cac53918238e026aa18fb0268da6a60e (diff) | |
parent | de03facdb2a48021ec2b25e25e28926c35c2acfc (diff) | |
download | fdk-aac-889731b62d694bf8bc7a6fd28a6b97b8755ec902.tar.gz fdk-aac-889731b62d694bf8bc7a6fd28a6b97b8755ec902.tar.bz2 fdk-aac-889731b62d694bf8bc7a6fd28a6b97b8755ec902.zip |
Merge "Remove redundant register storage class specifiers" am: ed91226cec am: 664e5f2794 am: bfba552d9e
am: de03facdb2
Change-Id: Iaeb5b599896e4c640b8902c26cc6e3f7405a1256
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; |