Commit 00520b58 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix formatting

parent 42b6c6a6
Loading
Loading
Loading
Loading
Loading
+34 −36
Original line number Diff line number Diff line
@@ -3989,8 +3989,7 @@ ivas_error IVAS_DEC_GetSamplesDecoder(

ivas_error IVAS_DEC_GetEditableParameters(
    IVAS_DEC_HANDLE hIvasDec,
    IVAS_EDITABLE_PARAMETERS *hIvasEditableParameters
)
    IVAS_EDITABLE_PARAMETERS *hIvasEditableParameters )
{
    ivas_error error;
#ifdef OMASA_OBJECT_EDITING
@@ -4306,8 +4305,7 @@ ivas_error IVAS_DEC_SetEditableParameters(

                    test();
                    IF( ( GT_32( L_abs( L_sub( new_azi, hIvasDec->st_ivas->hMasaIsmData->azimuth_ism[obj][dirac_read_idx] ) ), threshold_azi ) ) ||
                         ( GT_32( L_abs( L_sub(new_ele, hIvasDec->st_ivas->hMasaIsmData->elevation_ism[obj][dirac_read_idx]) ), threshold_ele ) )
                        )
                        ( GT_32( L_abs( L_sub( new_ele, hIvasDec->st_ivas->hMasaIsmData->elevation_ism[obj][dirac_read_idx] ) ), threshold_ele ) ) )
                    {
                        /* at least one of the threshold is exceeded, so use new direction value and set editing detection flag */
                        hIvasDec->st_ivas->hMasaIsmData->azimuth_ism_edited[obj] = new_azi;
+35 −37
Original line number Diff line number Diff line
@@ -4995,8 +4995,7 @@ static void getDirectPartGains_fx(
    Word32 Rmat[3][3], /*Q30*/
    PARAMBIN_HRTF_GAIN_CACHE *gainCache,
    const Word16 isHeadtracked,
    HRTFS_PARAMBIN_HANDLE hHrtfParambin 
)
    HRTFS_PARAMBIN_HANDLE hHrtfParambin )
{
    // float aziRad, eleRad;
    Word32 y, mappedX;
@@ -5364,8 +5363,7 @@ void ivas_omasa_preProcessStereoTransportsForEditedObjects_fx(
    Word32 inIm_fx[][CLDFB_SLOTS_PER_SUBFRAME][CLDFB_NO_CHANNELS_MAX],
    Word16 *cldfb_buf_q,
    const Word16 nBins,
    const Word16 subframe 
)
    const Word16 subframe )
{
    int16_t bin, ch, inCh, outCh, ismDirIndex, slot, band_idx, bin_lo, bin_hi, max_band, n_ism;
    SPAT_PARAM_REND_COMMON_DATA_HANDLE hSpatParamRendCom;
+9 −9

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+15 −15

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+1 −1

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

+5 −5

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

Loading