Commit df3e7add authored by malenov's avatar malenov
Browse files

remove comment - the for loop updating st->prev_tilt_code_dec can be run...

remove comment - the for loop updating st->prev_tilt_code_dec can be run either with NB_SUBFR or NB_SUBFR16k depending on core Fs but it would hardly have any impact on quality.
parent fc2b9898
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ void updt_dec_common(
    st->prev_use_partial_copy = st->use_partial_copy;

    st->prev_tilt_code_dec = 0.0f;
    for ( i = 0; i < NB_SUBFR; i++ ) /* ToDo: why it supposes 12.8 kHz only and not 16kHz core? */
    for ( i = 0; i < NB_SUBFR; i++ ) 
    {
        st->prev_tilt_code_dec += st->tilt_code_dec[i] * 0.25f;
    }