Commit 60a0c578 authored by multrus's avatar multrus
Browse files

formatting

parent f6a1a5b1
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -376,8 +376,7 @@ int main(
            break;
        case IVAS_ENC_INPUT_SBA:
            if ( ( error = IVAS_ENC_ConfigureForAmbisonics( hIvasEnc, arg.inputFs, totalBitrate, arg.max_bwidth_user, bandwidth, arg.dtxConfig, arg.inputFormatConfig.sba.order, arg.inputFormatConfig.sba.isPlanar,
                                                            arg.pca
                                                            ) ) != IVAS_ERR_OK )
                                                            arg.pca ) ) != IVAS_ERR_OK )
            {
                fprintf( stderr, "\nIVAS_ENC_ConfigureForAmbisonics failed: %s\n\n", IVAS_ENC_GetErrorMessage( error ) );
                goto cleanup;
@@ -1165,7 +1164,6 @@ static bool parseCmdlIVAS_enc(
        {
            i++;
            arg->inputFormat = IVAS_ENC_INPUT_STEREO;

        }
        else if ( strcmp( argv_to_upper, "-BINAURAL" ) == 0 )
        {
@@ -1964,5 +1962,4 @@ static bool readBitrate(
}



#undef WMC_TOOL_SKIP
+1 −3
Original line number Diff line number Diff line
@@ -543,12 +543,10 @@ ivas_error config_acelp1(
    if ( L_frame == L_FRAME )
    {
        nb_subfr = NB_SUBFR;

    }
    else /* L_frame == L_FRAME16k */
    {
        nb_subfr = NB_SUBFR16k;

    }

    coder_type_sw = coder_type;
+4 −7
Original line number Diff line number Diff line
@@ -1952,9 +1952,6 @@ void mdct_switching_dec(
}





/*-------------------------------------------------------------------*
 * reset_elements()
 *
+0 −1
Original line number Diff line number Diff line
@@ -81,4 +81,3 @@ void ivas_agc_calcGainParams(

    return;
}
+0 −1
Original line number Diff line number Diff line
@@ -1354,7 +1354,6 @@ void ivas_compute_spar_params(
        if ( ndm != num_ch )
        {
            ivas_calc_c_p_coeffs( hSparMd, cov_real, i_ts, mixer_mat, num_ch, ndm, b, dtx_vad, 1, dyn_active_w_flag );

        }
    }

Loading