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