Commit db19834b authored by vaclav's avatar vaclav
Browse files

remove empty lines

parent a9dc7899
Loading
Loading
Loading
Loading
+7 −13
Original line number Diff line number Diff line
@@ -709,8 +709,8 @@ void output_debug_mode_info_dec(
    const int16_t output_frame,
    float pitch_buf[CPE_CHANNELS][NB_SUBFR16k] 
);
#endif

#endif
/*! r: flag indicating a valid bitrate */
int16_t is_IVAS_bitrate(
    const int32_t ivas_total_brate                              /* i  : IVAS total bitrate                      */
@@ -2934,7 +2934,6 @@ ivas_error stereo_memory_enc(
    float *tdm_last_ratio,                                      /* o  : TD stereo last ratio                    */
    const IVAS_FORMAT ivas_format,                              /* i  : IVAS format                             */
    const int16_t nchan_transport                               /* i  : number transport chans                  */

);

ivas_error stereo_memory_dec(
@@ -3450,7 +3449,6 @@ void ivas_dirac_param_est_enc(
    int16_t *dirac_mono_flag
);


void ivas_sba_config(
    const int32_t sba_total_brate,                              /* i  : SBA total bitrate                       */
    int16_t sba_order,                                          /* i  : Ambisonic (SBA) order                   */
@@ -3750,7 +3748,6 @@ void computeDiffuseness(
    float *diffuseness 
);


void ivas_dirac_dec_get_response(
    const int16_t azimuth,
    const int16_t elevation,
@@ -5339,7 +5336,6 @@ void ivas_ls_setup_conversion_close(
    LSSETUP_CONVERSION_HANDLE *hLsSetUpConversion               /* i/o: LS converter handle                             */
);


void ivas_ls_setup_conversion(
    Decoder_Struct *st_ivas,                                    /* i  : IVAS decoder structure                          */
    const int16_t input_chans,                                  /* i  : number of input channels to the renderer        */
@@ -5490,7 +5486,6 @@ ivas_error ivas_mono_dmx_renderer_open(
    Decoder_Struct *st_ivas                                     /* i/o: IVAS decoder structure                          */
);


void ivas_mono_dmx_renderer_close(
    MONO_DOWNMIX_RENDERER_HANDLE *hMonoDmxRenderer              /* i/o: Mono downmix structure                          */
);
@@ -5991,7 +5986,6 @@ int16_t ivas_get_num_bands_from_bw_idx(
    const int16_t bwidth                                        /* i  : audio bandwidth                             */
);


/* clang-format on */

#endif /* IVAS_PROT_H */