Commit 37e3c531 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

Scaling fix in find target and usan error fix

parent 8e7c1fe2
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7190,7 +7190,7 @@ void ivas_dirac_dec_get_response_fx_29(

    if ( GT_16( index_elevation, 90 ) )
    {
        e_fac = L_add( 0x80000000, 0 );
        e_fac = MIN_32;
    }


+1 −0
Original line number Diff line number Diff line
@@ -203,6 +203,7 @@ void find_targets_ivas_fx(
        temp[i] = sub_sat( speech[i + i_subfr - M], mem_syn[i] ); /* Q_new - 1 */
        move16();
    }
    Scale_sig( temp, M, 1 ); // scaling to make belong function output alligned //Qnew

    syn_filt_fx( 0, p_Aq, M, &res[i_subfr], temp + M, L_subfr, temp, 0 );