Loading lib_com/ivas_cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -1088,7 +1088,7 @@ typedef enum #define IVAS_SPAR_BR_TABLE_LEN 20 /* TD decorr */ // ToDo: not all 16CH are currently supported -> to be revisited later /* TD decorr */ enum { IVAS_TD_DECORR_OUT_1CH = 1, Loading lib_dec/ivas_dirac_dec.c +0 −5 Original line number Diff line number Diff line Loading @@ -466,10 +466,6 @@ static ivas_error ivas_dirac_rend_config( { hDirACRend->num_protos_diff = 1; hDirACRend->num_protos_dir = nchan_transport; if ( ( st_ivas->sba_planar ) && ( !( st_ivas->ivas_format == SBA_FORMAT ) ) ) // Todo Dolby/FhG refactor: Is this ever true? { hDirACRend->num_protos_dir++; } for ( k = 0; k < min( hDirACRend->num_outputs_dir, hDirACRend->num_protos_dir ); k++ ) { Loading Loading @@ -1878,7 +1874,6 @@ void ivas_dirac_dec_render_sf( { md_idx = hSpatParamRendCom->render_to_md_map[slot_idx_start]; } /* ToDo: Another workaround for self test BE */ /* copy parameters into local buffers*/ if ( hDirAC->hConfig->dec_param_estim == FALSE ) Loading lib_enc/ivas_spar_encoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -954,10 +954,6 @@ static ivas_error ivas_spar_enc_process( } else { /* IVAS_fmToDo: This AGC on/off bit should be removed when the command line option to force enable/disable AGC is * removed. * On the decoder side, ivas_agc_enc_get_flag could be used instead to determine if AGC is on or not. The * ivas_agc_enc_get_flag function should be moved to ivas_agc_com.c and renamed when this occurs. */ push_next_indice( hMetaData, 0, 1 ); } } Loading lib_enc/ivas_spar_md_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,6 @@ /*------------------------------------------------------------------------------------------* * PreProcessor *------------------------------------------------------------------------------------------*/ #define IVAS_MAX_MD_BYTES ( 1000 ) // ToDo: not used static const float pr_boost_range[2] = { 0.1f, 0.4f }; Loading Loading
lib_com/ivas_cnst.h +1 −1 Original line number Diff line number Diff line Loading @@ -1088,7 +1088,7 @@ typedef enum #define IVAS_SPAR_BR_TABLE_LEN 20 /* TD decorr */ // ToDo: not all 16CH are currently supported -> to be revisited later /* TD decorr */ enum { IVAS_TD_DECORR_OUT_1CH = 1, Loading
lib_dec/ivas_dirac_dec.c +0 −5 Original line number Diff line number Diff line Loading @@ -466,10 +466,6 @@ static ivas_error ivas_dirac_rend_config( { hDirACRend->num_protos_diff = 1; hDirACRend->num_protos_dir = nchan_transport; if ( ( st_ivas->sba_planar ) && ( !( st_ivas->ivas_format == SBA_FORMAT ) ) ) // Todo Dolby/FhG refactor: Is this ever true? { hDirACRend->num_protos_dir++; } for ( k = 0; k < min( hDirACRend->num_outputs_dir, hDirACRend->num_protos_dir ); k++ ) { Loading Loading @@ -1878,7 +1874,6 @@ void ivas_dirac_dec_render_sf( { md_idx = hSpatParamRendCom->render_to_md_map[slot_idx_start]; } /* ToDo: Another workaround for self test BE */ /* copy parameters into local buffers*/ if ( hDirAC->hConfig->dec_param_estim == FALSE ) Loading
lib_enc/ivas_spar_encoder.c +0 −4 Original line number Diff line number Diff line Loading @@ -954,10 +954,6 @@ static ivas_error ivas_spar_enc_process( } else { /* IVAS_fmToDo: This AGC on/off bit should be removed when the command line option to force enable/disable AGC is * removed. * On the decoder side, ivas_agc_enc_get_flag could be used instead to determine if AGC is on or not. The * ivas_agc_enc_get_flag function should be moved to ivas_agc_com.c and renamed when this occurs. */ push_next_indice( hMetaData, 0, 1 ); } } Loading
lib_enc/ivas_spar_md_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -45,7 +45,6 @@ /*------------------------------------------------------------------------------------------* * PreProcessor *------------------------------------------------------------------------------------------*/ #define IVAS_MAX_MD_BYTES ( 1000 ) // ToDo: not used static const float pr_boost_range[2] = { 0.1f, 0.4f }; Loading