Loading lib_enc/ivas_mct_enc_mct_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ void getChannelEnergies_fx( nrg[ch] = BASOP_Util_Add_Mant32Exp( nrg[ch], nrg_e[ch], sum2, sum2_e, &nrg_e[ch] ); move32(); FOR( n = 0; n < nSubframes; n++ ) #else FOR( n = 1; n < nSubframes; n++ ) #else FOR( n = 0; n < nSubframes; n++ ) #endif { #ifdef FIX_2356_GET_CHAN_ENERGIES Loading Loading
lib_enc/ivas_mct_enc_mct_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -103,9 +103,9 @@ void getChannelEnergies_fx( nrg[ch] = BASOP_Util_Add_Mant32Exp( nrg[ch], nrg_e[ch], sum2, sum2_e, &nrg_e[ch] ); move32(); FOR( n = 0; n < nSubframes; n++ ) #else FOR( n = 1; n < nSubframes; n++ ) #else FOR( n = 0; n < nSubframes; n++ ) #endif { #ifdef FIX_2356_GET_CHAN_ENERGIES Loading