Commit cc5b3e93 authored by vaclav's avatar vaclav
Browse files

remove comments identified in #451 as to be removed by Vaclav or Philips/Marek

parent 9374e171
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −1
Original line number Diff line number Diff line
@@ -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++ )
    {
+0 −7
Original line number Diff line number Diff line
@@ -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;

@@ -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;