Commit 88a803d0 authored by vaclav's avatar vaclav
Browse files

empty lines

parent c85daa3a
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -124,6 +124,7 @@ typedef struct
/*----------------------------------------------------------------------------------*
 * PARAMETRIC ISM encoder/decoder (common) structure
 *----------------------------------------------------------------------------------*/

typedef struct ivas_param_ism_data_structure
{
    int16_t nbands;
@@ -480,6 +481,7 @@ typedef struct ivas_qdirection_band_data_struct
    uint16_t elevation_index[MAX_PARAM_SPATIAL_SUBFRAMES];
    float q_azimuth[MAX_PARAM_SPATIAL_SUBFRAMES];
    float q_elevation[MAX_PARAM_SPATIAL_SUBFRAMES];

} IVAS_QDIRECTION_BAND_DATA;

typedef struct ivas_qdirection_band_coherence_data_struct
@@ -532,6 +534,7 @@ typedef struct ivas_masa_qmetadata_frame_struct
    int16_t ec_flag;
    float dir_comp_ratio;
    uint8_t is_masa_ivas_format;

} IVAS_QMETADATA, *IVAS_QMETADATA_HANDLE;


@@ -739,7 +742,6 @@ typedef struct ivas_fb_mixer_state_structure
    float cldfb_cross_fade[CLDFB_NO_COL_MAX];
    int16_t cldfb_cross_fade_start;
    int16_t cldfb_cross_fade_end;
    int16_t cldfb_latency;

    int16_t first_frame[IVAS_SPAR_MAX_CH];

+0 −1
Original line number Diff line number Diff line
@@ -469,7 +469,6 @@ void ivas_spar_get_cldfb_gains(
    }
    hSpar->hFbMixer->cldfb_cross_fade_start = cf_cldfb_start;
    hSpar->hFbMixer->cldfb_cross_fade_end = cf_cldfb_end;
    hSpar->hFbMixer->cldfb_latency = decfb_delay;

    if ( num_cf_slots > 3 || pt_len > 10 * CLDFB_NO_CHANNELS_MAX || stride > CLDFB_NO_CHANNELS_MAX || split_band == IVAS_MAX_NUM_BANDS )
    {