Loading lib_dec/TonalComponentDetection_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,7 @@ static void getEnvelope( FOR( i = 0; i < n2; i++ ) { sum = L_add( sum, powerSpec[i] ); /*powerSpec_exp*/ sum = L_add_sat( sum, powerSpec[i] ); /*powerSpec_exp*/ } /* No need for PTR_INIT for powerSpec[i+n2] as we continue from the previous loop */ FOR( i = 0; i < n1; i++ ) Loading Loading
lib_dec/TonalComponentDetection_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -454,7 +454,7 @@ static void getEnvelope( FOR( i = 0; i < n2; i++ ) { sum = L_add( sum, powerSpec[i] ); /*powerSpec_exp*/ sum = L_add_sat( sum, powerSpec[i] ); /*powerSpec_exp*/ } /* No need for PTR_INIT for powerSpec[i+n2] as we continue from the previous loop */ FOR( i = 0; i < n1; i++ ) Loading