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

Fix typo

parent 4df6dfba
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1315,7 +1315,7 @@ static Word16 FEC_phase_matching_fx(
        exp2 = norm_l( pow22_fx );
        tmp = div_s( extract_h( L_shl( pow1_fx, exp1 ) ), extract_h( L_shl( pow22_fx, exp2 ) ) ); /*15 + exp1 - exp2*/
        tmp = shl( tmp, sub( sub( exp2, exp1 ), 1 ) );                                            /*14*/
        FOR( i = N_ZERO_NB; i < L / 2; i++ )
        FOR( i = N_ZERO_NB; i < L * 2; i++ )
        {
#ifdef BASOP_NOGLOB
            ImdctOutWin_fx[i] = shl_sat( mult( ImdctOutWin_fx[i], tmp ), 1 );