Loading apps/encoder.c +1 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -1165,7 +1164,6 @@ static bool parseCmdlIVAS_enc( { i++; arg->inputFormat = IVAS_ENC_INPUT_STEREO; } else if ( strcmp( argv_to_upper, "-BINAURAL" ) == 0 ) { Loading Loading @@ -1964,5 +1962,4 @@ static bool readBitrate( } #undef WMC_TOOL_SKIP lib_com/bits_alloc.c +1 −3 Original line number Diff line number Diff line Loading @@ -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; Loading lib_com/bitstream.c +4 −7 Original line number Diff line number Diff line Loading @@ -1952,9 +1952,6 @@ void mdct_switching_dec( } /*-------------------------------------------------------------------* * reset_elements() * Loading lib_com/ivas_agc_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -81,4 +81,3 @@ void ivas_agc_calcGainParams( return; } lib_com/ivas_spar_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
apps/encoder.c +1 −4 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -1165,7 +1164,6 @@ static bool parseCmdlIVAS_enc( { i++; arg->inputFormat = IVAS_ENC_INPUT_STEREO; } else if ( strcmp( argv_to_upper, "-BINAURAL" ) == 0 ) { Loading Loading @@ -1964,5 +1962,4 @@ static bool readBitrate( } #undef WMC_TOOL_SKIP
lib_com/bits_alloc.c +1 −3 Original line number Diff line number Diff line Loading @@ -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; Loading
lib_com/bitstream.c +4 −7 Original line number Diff line number Diff line Loading @@ -1952,9 +1952,6 @@ void mdct_switching_dec( } /*-------------------------------------------------------------------* * reset_elements() * Loading
lib_com/ivas_agc_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -81,4 +81,3 @@ void ivas_agc_calcGainParams( return; }
lib_com/ivas_spar_com.c +0 −1 Original line number Diff line number Diff line Loading @@ -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