Loading lib_com/trans_inv_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -345,7 +345,11 @@ void preecho_sb_fx( move32(); if( LT_32(*fx32ptr5, L_shr(*fx32ptr1, 1))) { #ifdef BASOP_NOGLOB tmp_fxL1 = L_shl_sat(L_sub_sat(*fx32ptr1, *fx32ptr5),1); #else tmp_fxL1 = L_shl(L_sub(*fx32ptr1, *fx32ptr5),1); #endif } *fx32ptr5 = tmp_fxL1; move32(); Loading Loading
lib_com/trans_inv_fx.c +4 −0 Original line number Diff line number Diff line Loading @@ -345,7 +345,11 @@ void preecho_sb_fx( move32(); if( LT_32(*fx32ptr5, L_shr(*fx32ptr1, 1))) { #ifdef BASOP_NOGLOB tmp_fxL1 = L_shl_sat(L_sub_sat(*fx32ptr1, *fx32ptr5),1); #else tmp_fxL1 = L_shl(L_sub(*fx32ptr1, *fx32ptr5),1); #endif } *fx32ptr5 = tmp_fxL1; move32(); Loading