Commit 8eff3c5b authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

formatting

parent 99cb359a
Loading
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -296,7 +296,6 @@ void ivas_mc_paramupmix_dec_render(
            /* update combined orientation access index */
            ivas_combined_orientation_update_index( st_ivas->hCombinedOrientationData, n_samples_sf );
        }

    }

    *nSamplesAvailable = imult1616( sub( st_ivas->hTcBuffer->num_slots, st_ivas->hTcBuffer->slots_rendered ), (Word16) slot_size );
+9 −17
Original line number Diff line number Diff line
@@ -1447,10 +1447,8 @@ static ivas_error setRendInputActiveIsm(
    void *input,
    const AUDIO_CONFIG inConfig,
    const IVAS_REND_InputId id,
    RENDER_CONFIG_DATA *hRendCfg
    ,
    hrtf_handles *hrtfs
)
    RENDER_CONFIG_DATA *hRendCfg,
    hrtf_handles *hrtfs )
{
    ivas_error error;
    rendering_context rendCtx;
@@ -2820,10 +2818,8 @@ static ivas_error setRendInputActiveMc(
    void *input,
    const AUDIO_CONFIG inConfig,
    const IVAS_REND_InputId id,
    RENDER_CONFIG_DATA *hRendCfg
    ,
    hrtf_handles *hrtfs
)
    RENDER_CONFIG_DATA *hRendCfg,
    hrtf_handles *hrtfs )
{
#ifdef SPLIT_REND_WITH_HEAD_ROT
    Word16 i;
@@ -3198,8 +3194,7 @@ static ivas_error setRendInputActiveSba(
    void *input,
    const AUDIO_CONFIG inConfig,
    const IVAS_REND_InputId id,
    RENDER_CONFIG_DATA *hRendCfg
    ,
    RENDER_CONFIG_DATA *hRendCfg,
    hrtf_handles *hrtfs

)
@@ -3301,8 +3296,7 @@ static ivas_error setRendInputActiveMasa(
    void *input,
    const AUDIO_CONFIG inConfig,
    const IVAS_REND_InputId id,
    RENDER_CONFIG_DATA *hRendCfg
    ,
    RENDER_CONFIG_DATA *hRendCfg,
    hrtf_handles *hrtfs

    ) /* Todo: This is not used at all within MASA. Support might be better to do after refactoring. */
@@ -10202,10 +10196,8 @@ static ivas_error ivas_masa_ext_rend_parambin_init(

static ivas_error initMasaExtRenderer(
    input_masa *inputMasa,
    const AUDIO_CONFIG outConfig
    ,
    hrtf_handles *hrtfs
)
    const AUDIO_CONFIG outConfig,
    hrtf_handles *hrtfs )
{
    Word16 i;
    ivas_error error;
+3 −4
Original line number Diff line number Diff line
@@ -2214,8 +2214,7 @@ ivas_error create_SetOfHRTF_from_binary(
 * Destroy the HRTF CRend handle
 *---------------------------------------------------------------------*/

static void destroy_HRTF
    (
static void destroy_HRTF(
    HRTFS_HANDLE *hHRTF /* i/o: HRTF CRend handle */
)
{
+1 −1

File changed.

Contains only whitespace changes.

+2 −2

File changed.

Contains only whitespace changes.

+4 −4

File changed.

Contains only whitespace changes.

+3 −3

File changed.

Contains only whitespace changes.

Loading