Loading lib_com/interpol_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,5 +82,6 @@ Word16 Interpol_4( /* o : interpolated value */ #ifdef BASOP_NOGLOB return round_fx_o(L_sum, &Overflow); #else /* BASOP_NOGLOB */ return round_fx(L_sum); #endif /* BASOP_NOGLOB */ } Loading
lib_com/interpol_fx.c +1 −0 Original line number Diff line number Diff line Loading @@ -82,5 +82,6 @@ Word16 Interpol_4( /* o : interpolated value */ #ifdef BASOP_NOGLOB return round_fx_o(L_sum, &Overflow); #else /* BASOP_NOGLOB */ return round_fx(L_sum); #endif /* BASOP_NOGLOB */ }