Commit 07fb06f2 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch...

Merge branch '1393-instrumented-version-of-the-stereodmxevs-encoder-crashes-in-the-pit_exc_contribution_len_fx' into 'main'

Resolve "Instrumented version of the StereoDmxEVS encoder crashes in the Pit_exc_contribution_len_fx() function"

Closes #1393

See merge request !1286
parents bbebd977 44f40042
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ Word16 Pit_exc_contribution_len_fx( /* o : bin where pit
    test();
    if ( GE_16( st_fx->GSC_IVAS_mode, 1 ) || LT_32( st_fx->core_brate, ACELP_9k60 ) )
    {
        av_corr = shl( av_corr, 1 ); /*Q2 Correlation really poor at low rate, time domain still valide*/
        av_corr = shl_sat( av_corr, 1 ); /*Q2 Correlation really poor at low rate, time domain still valide*/
    }
    min_corr = abs_s( sub( mfreq_loc_Q2fx[0], av_corr ) ); /*Q2*/