Commit f6ebecc8 authored by emerit's avatar emerit
Browse files

Typo and clang format fix

parent ec993908
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
#endif
#include "wmc_auto.h"


/*-------------------------------------------------------------------------*
 * ivas_renderer_select()
 *
+3 −5
Original line number Diff line number Diff line
@@ -361,7 +361,6 @@ ivas_error ivas_ism_metadata_enc(
        }
    }


    if ( ism_metadata_flag_global )
    {
        /*----------------------------------------------------------------*
@@ -394,9 +393,6 @@ ivas_error ivas_ism_metadata_enc(
                }
                nb_bits_metadata[ch] = hBstr->nb_bits_tot - nb_bits_start;
            }
#endif
#ifdef ISM_NON_DIEGETIC_PAN
            if ( hIsmMeta[ch]->ism_metadata_flag == 1 )
#else
            if ( hIsmMeta[ch]->ism_metadata_flag )
#endif
@@ -1181,11 +1177,13 @@ void ivas_ism_metadata_sid_enc(
        /*----------------------------------------------------------------*
         * Metadata quantization and coding, loop over all objects
         *----------------------------------------------------------------*/

        for ( ch = 0; ch < nchan_ism; ch++ )
        {
            if ( md_diff_flag[ch] == 1 )
            {
                hIsmMetaData = hIsmMeta[ch];

                idx_azimuth = ism_quant_meta( hIsmMetaData->azimuth, &valQ, ism_azimuth_borders, q_step, q_step_border, 1 << nBits_azimuth );
                idx_elevation = ism_quant_meta( hIsmMetaData->elevation, &valQ, ism_elevation_borders, q_step, q_step_border, 1 << nBits_elevation );

+0 −3
Original line number Diff line number Diff line
@@ -687,9 +687,6 @@ void TDREND_SRC_Init(
    Src_p->hrf_right_prev[0] = 1;
    Src_p->azim_prev = 0.0f;
    Src_p->elev_prev = 0.0f;
#ifdef ISM_NON_DIEGETIC_PAN
    Src_p->no_diegetic_pan = 0;
#endif
#ifdef FIX_379_GAININTP
    Src_p->prevGain = 1.0f;
#endif
+0 −3
Original line number Diff line number Diff line
@@ -604,9 +604,6 @@ typedef struct
    float mem_hrf_left[SFX_SPAT_BIN_MAX_FILTER_LENGTH - 1];
    float mem_hrf_right[SFX_SPAT_BIN_MAX_FILTER_LENGTH - 1];
    float Gain;
#ifdef ISM_NON_DIEGETIC_PAN
    int16_t no_diegetic_pan;
#endif
#ifdef FIX_379_GAININTP
    float prevGain;
#endif
+1 −1

File changed.

Contains only whitespace changes.

+29 −29

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

Loading