Loading lib_dec/FEC_HQ_core_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading Loading
lib_dec/FEC_HQ_core_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 ); Loading