Loading lib_enc/ivas_mdct_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -631,7 +631,7 @@ void ivas_mdct_core_whitening_enc( } } for ( ch = 0; ch < CPE_CHANNELS; ch++ ) for ( ch = 0; ch < CPE_CHANNELS + 1; ch++ ) { orig_spectrum[ch][0] = orig_spectrum_long[ch]; orig_spectrum[ch][1] = orig_spectrum_long[ch] + N_TCX10_MAX; Loading Loading
lib_enc/ivas_mdct_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -631,7 +631,7 @@ void ivas_mdct_core_whitening_enc( } } for ( ch = 0; ch < CPE_CHANNELS; ch++ ) for ( ch = 0; ch < CPE_CHANNELS + 1; ch++ ) { orig_spectrum[ch][0] = orig_spectrum_long[ch]; orig_spectrum[ch][1] = orig_spectrum_long[ch] + N_TCX10_MAX; Loading