Loading lib_com/common_api_types.h +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading lib_rend/ivas_render_config.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading lib_rend/lib_rend.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
lib_com/common_api_types.h +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading
lib_rend/ivas_render_config.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_rend/lib_rend.c +0 −3 Original line number Diff line number Diff line Loading @@ -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; Loading