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

clang patch

parent b07847f7
Loading
Loading
Loading
Loading
Loading
+12 −11
Original line number Diff line number Diff line
@@ -1504,7 +1504,8 @@ void decoder_tcx_post_fx( Decoder_State *st_fx,
#ifdef ISSUE_1866_replace_overflow_libdec
            st_fx->hPlcInfo->recovery_gain = extract_h( L_shl_sat( Mpy_32_16_1( conceal_eof_gainFB,
                                                                                st_fx->last_concealed_gain_syn_deemph ),
                                                                 st_fx->last_concealed_gain_syn_deemph_e ) ); /*Q30->Q14*/ //??sat
                                                                   st_fx->last_concealed_gain_syn_deemph_e ) );
                /*Q30->Q14*/ //??sat
#else
            st_fx->hPlcInfo->recovery_gain = extract_h( L_shl_o( Mpy_32_16_1( conceal_eof_gainFB,
                                                                              st_fx->last_concealed_gain_syn_deemph ),
+7 −6
Original line number Diff line number Diff line
@@ -64,7 +64,8 @@ static Word16 GetMinimumPosition_fx(
            /*if (energy == MAXVAL_WORD32)*/
            BASOP_SATURATE_WARNING_OFF_EVS /*saturates if energy < 0*/
#ifdef ISSUE_1866_replace_overflow_libdec
                tmptest = L_sub_sat( energy, MAXVAL_WORD32 ); /*Q31*/ //??sat
                tmptest = L_sub_sat( energy, MAXVAL_WORD32 );
                /*Q31*/ //??sat
#else
                tmptest = L_sub_o( energy, MAXVAL_WORD32, &Overflow );                     /*Q31*/
#endif
+3 −3

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+9 −9

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading