Loading lib_enc/swb_tbe_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -2150,7 +2150,6 @@ static void Quant_BWE_LSF( if ( extl_brate == SWB_TBE_1k75 ) { /* Todo: input properly the number of bits */ LVQQuant_BWE_LSF( hBstr, lsf_shb, Q_lsfs, NUM_BITS_SHB_MSLVQ ); } else Loading lib_rend/ivas_reverb.c +0 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,6 @@ static ivas_error compute_t60_coeffs( } } // TODO: Compute proper (group) Delay from IIR filter len = ( pParams->t60_filter_order + 1 ) >> 1; /* == floor( (order+1) / 2) */ for ( loop_idx = 0; loop_idx < pParams->nr_loops; loop_idx++ ) { Loading lib_rend/lib_rend.c +0 −7 Original line number Diff line number Diff line Loading @@ -115,12 +115,6 @@ typedef struct const int16_t *pSplitRendBFI; const SPLIT_REND_WRAPPER *pSplitRendWrapper; #endif /* TODO @Philips : would this be a better place to store the render config data? * bearing in mind we could have multiple inputs to the renderer, we might neeed to accomodate * multiple rendering configurations unless one global one can be used. If this is not relevant, * feel free to remove this TODO. */ const COMBINED_ORIENTATION_HANDLE *pCombinedOrientationData; } rendering_context; Loading Loading @@ -255,7 +249,6 @@ struct IVAS_REND input_split_post_rend inputsSplitPost[RENDERER_MAX_BIN_INPUTS]; #endif /* TODO @Philips - inputConfig should not be stored here, but read from e.g. input_mc->input_base.inConfig, please remove this */ AUDIO_CONFIG inputConfig; AUDIO_CONFIG outputConfig; EFAP_WRAPPER efapOutWrapper; Loading Loading
lib_enc/swb_tbe_enc.c +0 −1 Original line number Diff line number Diff line Loading @@ -2150,7 +2150,6 @@ static void Quant_BWE_LSF( if ( extl_brate == SWB_TBE_1k75 ) { /* Todo: input properly the number of bits */ LVQQuant_BWE_LSF( hBstr, lsf_shb, Q_lsfs, NUM_BITS_SHB_MSLVQ ); } else Loading
lib_rend/ivas_reverb.c +0 −1 Original line number Diff line number Diff line Loading @@ -540,7 +540,6 @@ static ivas_error compute_t60_coeffs( } } // TODO: Compute proper (group) Delay from IIR filter len = ( pParams->t60_filter_order + 1 ) >> 1; /* == floor( (order+1) / 2) */ for ( loop_idx = 0; loop_idx < pParams->nr_loops; loop_idx++ ) { Loading
lib_rend/lib_rend.c +0 −7 Original line number Diff line number Diff line Loading @@ -115,12 +115,6 @@ typedef struct const int16_t *pSplitRendBFI; const SPLIT_REND_WRAPPER *pSplitRendWrapper; #endif /* TODO @Philips : would this be a better place to store the render config data? * bearing in mind we could have multiple inputs to the renderer, we might neeed to accomodate * multiple rendering configurations unless one global one can be used. If this is not relevant, * feel free to remove this TODO. */ const COMBINED_ORIENTATION_HANDLE *pCombinedOrientationData; } rendering_context; Loading Loading @@ -255,7 +249,6 @@ struct IVAS_REND input_split_post_rend inputsSplitPost[RENDERER_MAX_BIN_INPUTS]; #endif /* TODO @Philips - inputConfig should not be stored here, but read from e.g. input_mc->input_base.inConfig, please remove this */ AUDIO_CONFIG inputConfig; AUDIO_CONFIG outputConfig; EFAP_WRAPPER efapOutWrapper; Loading