Commit 68739439 authored by vaclav's avatar vaclav
Browse files

formatting

parent c0dff25b
Loading
Loading
Loading
Loading
+3 −6
Original line number Diff line number Diff line
@@ -1147,8 +1147,7 @@ void stereo_dft_dec_read_BS(

void stereo_dft_dec_smooth_parameters(
    STEREO_DFT_DEC_DATA_HANDLE hStereoDft,                      /* i/o: decoder DFT stereo handle           */
    const int16_t prev_sid_nodata                               /* i  : Previous SID/No data indicator      */
    ,
    const int16_t prev_sid_nodata,                              /* i  : Previous SID/No data indicator      */
    const int16_t active_frame_counter,                         /* i  : Active frame counter                */
    const int32_t element_brate                                 /* i  : Element bitrate                     */
);
@@ -2423,8 +2422,7 @@ void stereo_cng_upd_counters(
    const int32_t element_mode,                                 /* i  : element mode                            */
    const int16_t nbands,                                       /* i  : Number of bands in active               */
    const float sidSideGain[],                                  /* i  : SID side gains                          */
    const int16_t burst_ho_count                                /* i  : Hang-over count                         */
    ,
    const int16_t burst_ho_count,                               /* i  : Hang-over count                         */
    int16_t *coh_fade_counter                                   /* i  : Coherence fade counter                  */
);

@@ -2656,8 +2654,7 @@ void ivas_mct_core_enc(
    const int16_t nChannels,                                    /* i  : number of channels to be coded          */
    const int32_t ivas_total_brate,                             /* i  : IVAS total bitrate                      */
    const int16_t switch_bw,                                    /* i  : flag bandwidth switch occurance         */
    const int16_t lfe_bits                                      /* i  : bits spent for LFE                      */
    ,
    const int16_t lfe_bits,                                     /* i  : bits spent for LFE                      */
    const int16_t sba_order                                     /* i  : Ambisonic (SBA) order                   */
);

+2 −3
Original line number Diff line number Diff line
@@ -3832,8 +3832,7 @@ int16_t dtx_hangover_addition(
    const int16_t cldfb_subtraction, /* i  :                                            */
    int16_t *vad_hover_flag,         /* o  : VAD hangover flag                          */
    VAD_HANDLE hVAD,                 /* i/o: VAD handle for L or R channel              */
    NOISE_EST_HANDLE hNoiseEst       /* i  : Noise estimation handle                    */
    ,
    NOISE_EST_HANDLE hNoiseEst,      /* i  : Noise estimation handle                    */
    int16_t *rem_dtx_ho              /* o  : Expected remaining hangover frames         */
);

+3 −4
Original line number Diff line number Diff line
@@ -2760,8 +2760,7 @@ void stereo_dft_generate_res_pred(

void stereo_dft_dec_smooth_parameters(
    STEREO_DFT_DEC_DATA_HANDLE hStereoDft, /* i/o: decoder DFT stereo handle           */
    const int16_t prev_sid_nodata          /* i  : Previous SID/No data indicator      */
    ,
    const int16_t prev_sid_nodata,         /* i  : Previous SID/No data indicator      */
    const int16_t active_frame_counter,    /* i  : Active frame counter                */
    const int32_t element_brate            /* i  : Element bitrate                     */
)
+6 −8
Original line number Diff line number Diff line
@@ -114,8 +114,7 @@ static void FindChannelRatio(

static void AdjustChannelRatios(
    int16_t chBitRatios[MCT_MAX_CHANNELS], /* o  : bit-disctribution channel ratios */
    const int16_t nChannels                /* i/o: number of channels               */
    ,
    const int16_t nChannels,               /* i/o: number of channels               */
    const int32_t ivas_total_brate,        /* i  : IVAS total bitrate               */
    const int16_t nAvailBits,              /* i  : number of available bits         */
    const int16_t sba_order                /* i  : Ambisonic (SBA) order            */
@@ -196,8 +195,7 @@ void ivas_mct_core_enc(
    const int16_t nChannels,             /* i  : number of channels to be coded  */
    const int32_t ivas_total_brate,      /* i  : IVAS total bitrate              */
    const int16_t switch_bw,             /* i  : flag bandwidth switch occurance */
    const int16_t lfe_bits               /* i  : bits spent for LFE              */
    ,
    const int16_t lfe_bits,              /* i  : bits spent for LFE              */
    const int16_t sba_order              /* i  : Ambisonic (SBA) order           */
)
{
+2 −3
Original line number Diff line number Diff line
@@ -491,8 +491,7 @@ void stereo_cng_upd_counters(
    const int32_t element_mode,       /* i  : element mode                  */
    const int16_t nbands,             /* i  : Number of bands in active     */
    const float sidSideGain[],        /* i  : SID side gains                */
    const int16_t burst_ho_count      /* i  : Hang-over count               */
    ,
    const int16_t burst_ho_count,     /* i  : Hang-over count               */
    int16_t *coh_fade_counter         /* i  : Coherence fade counter        */
)
{
Loading