Loading lib_com/enr_1_az_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,8 +102,8 @@ Word16 Enr_1_Az_fx( /* o : impulse response energy Q3 */ #endif y++; } *Overflow_out = Overflow; #ifdef BASOP_NOGLOB *Overflow_out = Overflow; return round_fx_o(L_tmp2, Overflow_out); /* Q19 to Q3 */ #else return round_fx(L_tmp2); /* Q19 to Q3 */ Loading Loading
lib_com/enr_1_az_fx.c +1 −1 Original line number Diff line number Diff line Loading @@ -102,8 +102,8 @@ Word16 Enr_1_Az_fx( /* o : impulse response energy Q3 */ #endif y++; } *Overflow_out = Overflow; #ifdef BASOP_NOGLOB *Overflow_out = Overflow; return round_fx_o(L_tmp2, Overflow_out); /* Q19 to Q3 */ #else return round_fx(L_tmp2); /* Q19 to Q3 */ Loading