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

clang patch

parent d9831640
Loading
Loading
Loading
Loading
Loading
+48 −47
Original line number Diff line number Diff line
@@ -1587,7 +1587,8 @@ void noise_est_fx(
                         epsP_h[2], epsP_l[2], 12 ); /* Word32  Q12 */
    BASOP_SATURATE_WARNING_OFF_EVS                   /* may saturate*/
#ifdef ISSUE_1867_replace_overflow_libenc
        epsP_0_2 = round_fx_sat( L_shl_sat( Ltmp, 16 ) ); /* Q12+16  -16 ->  Q12 , NB saturation in Q12 sets max value to  7,999 */  //??sat  //??sat
        epsP_0_2 = round_fx_sat( L_shl_sat( Ltmp, 16 ) );
        /* Q12+16  -16 ->  Q12 , NB saturation in Q12 sets max value to  7,999 */ //??sat  //??sat
#else
        epsP_0_2 = round_fx_o( L_shl_o( Ltmp, 16, &Overflow ), &Overflow );                  /* Q12+16  -16 ->  Q12 , NB saturation in Q12 sets max value to  7,999 */
#endif
+22 −22

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+16 −16

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+17 −17

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

Loading