Loading lib_com/ivas_td_decorr.c +0 −2 Original line number Diff line number Diff line Loading @@ -315,7 +315,6 @@ static int16_t ivas_get_APD_filt_orders( int16_t i; int16_t num_apd_sections = 0; float sum_R, R[IVAS_MAX_DECORR_APD_SECTIONS]; printf("Och %d\n", num_out_chans); switch ( num_out_chans ) { Loading Loading @@ -349,7 +348,6 @@ static int16_t ivas_get_APD_filt_orders( { APD_filt_orders[i] = (int16_t) ceil( output_Fs * IVAS_DECORR_PARM_APD_TAU * R[i] / sum_R ); } printf("NUM_APD: %d\n", num_apd_sections); return num_apd_sections; } Loading Loading
lib_com/ivas_td_decorr.c +0 −2 Original line number Diff line number Diff line Loading @@ -315,7 +315,6 @@ static int16_t ivas_get_APD_filt_orders( int16_t i; int16_t num_apd_sections = 0; float sum_R, R[IVAS_MAX_DECORR_APD_SECTIONS]; printf("Och %d\n", num_out_chans); switch ( num_out_chans ) { Loading Loading @@ -349,7 +348,6 @@ static int16_t ivas_get_APD_filt_orders( { APD_filt_orders[i] = (int16_t) ceil( output_Fs * IVAS_DECORR_PARM_APD_TAU * R[i] / sum_R ); } printf("NUM_APD: %d\n", num_apd_sections); return num_apd_sections; } Loading