Commit 1bc2dbd2 authored by Manuel Jander's avatar Manuel Jander
Browse files

Correct scale of old_inp_16k buffer for core sampling rates greater than 16KHz (i.e. 25.6KHz).

parent 9cfe9355
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1121,8 +1121,10 @@ void ivas_compute_core_buffers_fx(
        move16();
    }

#ifndef NONBE_FIX_ISSUE_2206
    *Q_new = 0;
    move16();
#endif

    test();
    IF( EQ_32( sr_core, INT_FS_16k ) && NE_16( element_mode, IVAS_CPE_MDCT ) )