Commit 5b234cb8 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent 434ff704
Loading
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -127,7 +127,6 @@ ivas_error ivas_sba_dec_reconfigure(
#endif



    /*-----------------------------------------------------------------*
     * Set SBA high-level parameters
     * Save old SBA high-level parameters
+9 −11
Original line number Diff line number Diff line
@@ -69,8 +69,7 @@ static void ivas_get_spar_matrices( ivas_spar_md_dec_state_t *hMdDec, const int1
#else
                                    const int16_t sba_order,
#endif
									const int16_t active_w_vlbr 
);
                                    const int16_t active_w_vlbr );

static void ivas_decode_arith_bs( ivas_spar_md_dec_state_t *hMdDec, Decoder_State *st, const uint16_t qsi, const int16_t nB, const int16_t bands_bw, int16_t *pDo_diff, const int16_t freq_diff, const int16_t planarCP, const int16_t strat, const int32_t ivas_total_brate );

@@ -1325,8 +1324,7 @@ static void ivas_get_spar_matrices(
#else
    const int16_t sba_order,
#endif
    const int16_t active_w_vlbr
)
    const int16_t active_w_vlbr )
{
#ifndef SPAR_TUNING
    int16_t numch_out, num_bands, dmx_ch, split_band;
+0 −1
Original line number Diff line number Diff line
@@ -612,7 +612,6 @@ static ivas_error ivas_spar_enc_process(
                                       st_ivas->sba_analysis_order > 1
#endif
            );

        }
        else
        {
+2 −2

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+18 −18

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+6 −6

File changed.

Contains only whitespace changes.

+12 −12

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

Loading