Commit ec9968e6 authored by vaillancour's avatar vaillancour
Browse files

fix clang

parent 08ceba5a
Loading
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1416,7 +1416,8 @@ ivas_error acelp_core_dec(
        {
            non_linearity( bwe_exc, bwe_exc_extended, st->hBWE_TD->old_bwe_exc_extended, L_FRAME32k, &st->hBWE_TD->bwe_non_lin_prev_scale, st->coder_type, voice_factors, st->L_frame
#ifdef NONBE_1328_FIX_NON_LINEARITY
                            , st->element_mode
                           ,
                           st->element_mode
#endif
            );
        }
+2 −1
Original line number Diff line number Diff line
@@ -697,7 +697,8 @@ ivas_error acelp_core_enc(
            /* Apply a non linearity to the SHB excitation */
            non_linearity( bwe_exc, bwe_exc_extended, st->hBWE_TD->old_bwe_exc_extended, L_FRAME32k, &st->hBWE_TD->bwe_non_lin_prev_scale, st->coder_type, voice_factors, st->L_frame
#ifdef NONBE_1328_FIX_NON_LINEARITY
                           , st->element_mode
                           ,
                           st->element_mode
#endif
            );
        }
+2 −1
Original line number Diff line number Diff line
@@ -101,7 +101,8 @@ void enc_acelp_tcx_main(
        {
            non_linearity( ptr_bwe_exc, bwe_exc_extended, st->hBWE_TD->old_bwe_exc_extended, L_FRAME32k, &st->hBWE_TD->bwe_non_lin_prev_scale, st->coder_type, voice_factors, st->L_frame
#ifdef NONBE_1328_FIX_NON_LINEARITY
                           , st->element_mode
                           ,
                           st->element_mode
#endif
            );

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading