Commit d09772da authored by Fabian Bauer's avatar Fabian Bauer
Browse files

easy to read

parent 1aed62ee
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1269,7 +1269,7 @@ Word16 maximum_exp_fx( /* o : index of the maximum value
#else
        /* if(vec[j] > vec[ind])                                                                                                    //means   */
        /* if( GT_32(    L_shr_sat( L_deposit_l( vec_fx[j])), sub( exp_vec[ind], exp_vec[j] )  , L_deposit_l( vec_fx[ind] )))   //is like */
        if ( L_mac0_sat( L_shr_sat( L_mult0( vec_fx[j], 0x0001 ), sub( exp_vec[ind], exp_vec[j] ) ), vec_fx[ind], -0x0001 ) > 0 )
        if ( L_mac0_sat( L_shl_sat( L_deposit_l( vec_fx[j] ), sub( exp_vec[j] , exp_vec[ind] ) ), vec_fx[ind], -0x0001 ) > 0 )
#endif
        {
            ind = j;