Commit d3f2d47a authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Merge branch 'bug_fix_E_ACELP_4tsearchx' into 'main'

Bug fix in E_ACELP_4tsearchx function

See merge request !1808
parents d8645b0c 65909d1b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -623,7 +623,7 @@ void E_ACELP_4tsearchx_ivas_fx(
    /* Init to avoid crash when the search does not find a solution */
    FOR( k = 0; k < nb_pulse; k++ )
    {
        codvec[k] = k;
        codvec[k] = s_and( k, 3 );
        move16();
    }