Commit 5e493f12 authored by Adam Mills's avatar Adam Mills
Browse files

Removing comments and code that is no longer needed for SBA

parent 7a8335cc
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
+0 −5
Original line number Diff line number Diff line
@@ -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++ )
            {
@@ -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 )
+0 −4
Original line number Diff line number Diff line
@@ -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 );
        }
    }
+0 −1
Original line number Diff line number Diff line
@@ -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 };