Loading lib_com/tools_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -1243,6 +1243,9 @@ Word16 maximum_exp_fx( /* o : index of the maximum value move16(); } #else // insert assert to find critical bitstreams assert( tmp != 0x7FFFFFFF ); IF( LT_16( tmp, shr_sat( vec_fx[j], sub( exp, exp_vec[j] ) ) ) ) { ind = j; Loading Loading
lib_com/tools_fx.c +3 −0 Original line number Diff line number Diff line Loading @@ -1243,6 +1243,9 @@ Word16 maximum_exp_fx( /* o : index of the maximum value move16(); } #else // insert assert to find critical bitstreams assert( tmp != 0x7FFFFFFF ); IF( LT_16( tmp, shr_sat( vec_fx[j], sub( exp, exp_vec[j] ) ) ) ) { ind = j; Loading