Commit 77d9fdad authored by norvell's avatar norvell Committed by multrus
Browse files

Cleanup

parent 0f60f3bf
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -325,11 +325,6 @@ typedef struct _IVAS_RENDER_CONFIG
    ISAR_SPLIT_REND_CONFIG_DATA split_rend_config;
    float directivity[IVAS_MAX_NUM_OBJECTS * 3];
    float distAtt[3];
#ifdef NONBE_1377_REND_DIRATT_CONF
    int16_t object_id[IVAS_MAX_NUM_OBJECTS];
    int16_t number_of_objects;
#endif

} IVAS_RENDER_CONFIG_DATA, *IVAS_RENDER_CONFIG_HANDLE;

typedef struct
+0 −3
Original line number Diff line number Diff line
@@ -134,9 +134,6 @@ ivas_error ivas_render_config_init_from_rom(
    ( *hRenderConfig )->distAtt[1] = 1.0f;   /* Default ref dist */
    ( *hRenderConfig )->distAtt[2] = 1.0f;   /* Default rolloff factor */
    ( *hRenderConfig )->split_rend_config.splitRendBitRate = SPLIT_REND_768k;
#ifdef NONBE_1377_REND_DIRATT_CONF
    ( *hRenderConfig )->number_of_objects = 0;
#endif
    ( *hRenderConfig )->split_rend_config.dof = 3;
    ( *hRenderConfig )->split_rend_config.hq_mode = 0;
    ( *hRenderConfig )->split_rend_config.codec_delay_ms = 0;
+0 −3
Original line number Diff line number Diff line
@@ -1291,9 +1291,6 @@ static ivas_error setRendInputActiveIsm(
    AUDIO_CONFIG outConfig;
    input_ism *inputIsm;
    int16_t i;
#ifdef NONBE_1377_REND_DIRATT_CONF
    int16_t ism_number;
#endif

    inputIsm = (input_ism *) input;
    rendCtx = inputIsm->base.ctx;