Loading lib_com/tools_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -803,7 +803,7 @@ void Copy_Scale_sig_16_32_no_sat( { // y[i] = L_mult0(x[i], L_tmp); y[i] = W_extract_l( W_mult_32_16( L_tmp, x[i] ) ); move32(); /* saturation can occur here */ move32(); /* Overflow can occur here */ } return; } Loading @@ -822,7 +822,7 @@ void Copy_Scale_sig_16_32_no_sat( { // y[i] = L_mult0(x[i], L_tmp); y[i] = W_extract_l( W_mult_32_16( L_tmp, x[i] ) ); move32(); /* saturation can occur here */ move32(); /* Overflow can occur here */ } #endif } Loading Loading
lib_com/tools_fx.c +2 −2 Original line number Diff line number Diff line Loading @@ -803,7 +803,7 @@ void Copy_Scale_sig_16_32_no_sat( { // y[i] = L_mult0(x[i], L_tmp); y[i] = W_extract_l( W_mult_32_16( L_tmp, x[i] ) ); move32(); /* saturation can occur here */ move32(); /* Overflow can occur here */ } return; } Loading @@ -822,7 +822,7 @@ void Copy_Scale_sig_16_32_no_sat( { // y[i] = L_mult0(x[i], L_tmp); y[i] = W_extract_l( W_mult_32_16( L_tmp, x[i] ) ); move32(); /* saturation can occur here */ move32(); /* Overflow can occur here */ } #endif } Loading