Commit 2d5fee19 authored by multrus's avatar multrus
Browse files

formatting

parent cf168393
Loading
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -711,9 +711,7 @@ void ivas_ism_dec_digest_tc(

            if ( st_ivas->renderer_type == RENDERER_SBA_LINEAR_ENC ||
                 st_ivas->renderer_type == RENDERER_OSBA_AMBI ||
                 st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV
                 || ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC )
            )
                 st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV || ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC ) )
            {
                st_ivas->hIsmRendererData->interpolator[0] = 0.0f;
                for ( i = 1; i < interpolator_length; i++ )
@@ -762,9 +760,7 @@ void ivas_ism_dec_digest_tc(

                if ( ( st_ivas->renderer_type == RENDERER_TD_PANNING ||
                       st_ivas->renderer_type == RENDERER_OSBA_LS ||
                       st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM
                       || ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC )
                           ) &&
                       st_ivas->renderer_type == RENDERER_BINAURAL_MIXER_CONV_ROOM || ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM && st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_SBA_MODE_DISC ) ) &&
                     st_ivas->hCombinedOrientationData == NULL )
                {
                    if ( st_ivas->hIntSetup.is_planar_setup )
+6 −7
Original line number Diff line number Diff line
@@ -122,7 +122,6 @@ static int16_t lfeplc_lev_dur(
}



/*-----------------------------------------------------------------------------------------*
 * Function check_stab()
 *
+0 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,6 @@ static void ivas_omasa_energy_and_ratio_est(
                        tftile_energy = Chnl_RealBuffer[k][j] * Chnl_RealBuffer[k][j] + Chnl_ImagBuffer[k][j] * Chnl_ImagBuffer[k][j];
                        hOmasaEnergy->energy_ism[block_m_idx][i] += tftile_energy;
                        hOmasaEnergy->energy_ratio_ism[block_m_idx][i][k] += tftile_energy;

                    }
                }
            }
+0 −1
Original line number Diff line number Diff line
@@ -1878,7 +1878,6 @@ static ivas_error create_parambin_HRTF_from_rawdata(
}



/*---------------------------------------------------------------------*
 * load_fastconv_HRTF_from_binary()
 *
+17 −17

File changed.

Contains only whitespace changes.

+119 −119

File changed.

Contains only whitespace changes.

+8 −8

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+53 −53

File changed.

Contains only whitespace changes.

+7 −7

File changed.

Contains only whitespace changes.

Loading