Loading lib_enc/ivas_core_pre_proc.c +2 −0 Original line number Diff line number Diff line Loading @@ -632,11 +632,13 @@ ivas_error ivas_compute_core_buffers( set_f( temp1F_icatdmResampBuf, 0, L_FILT_MAX ); modify_Fs( temp1F_icatdmResampBuf, NS2SA( input_Fs, DELAY_FIR_RESAMPL_NS ), input_Fs, new_inp_16k + NS2SA( sr_core, FRAME_SIZE_NS ), sr_core, mem_decim16k_dummy, 0 ); } #ifndef FIX_2344_ALIGN_PREPROC #ifdef DEBUGGING else { return ( IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Wrong internal sampling rate. Exiting..." ) ); } #endif #endif } else if ( st->idchan == 0 ) Loading Loading
lib_enc/ivas_core_pre_proc.c +2 −0 Original line number Diff line number Diff line Loading @@ -632,11 +632,13 @@ ivas_error ivas_compute_core_buffers( set_f( temp1F_icatdmResampBuf, 0, L_FILT_MAX ); modify_Fs( temp1F_icatdmResampBuf, NS2SA( input_Fs, DELAY_FIR_RESAMPL_NS ), input_Fs, new_inp_16k + NS2SA( sr_core, FRAME_SIZE_NS ), sr_core, mem_decim16k_dummy, 0 ); } #ifndef FIX_2344_ALIGN_PREPROC #ifdef DEBUGGING else { return ( IVAS_ERROR( IVAS_ERR_INTERNAL_FATAL, "Wrong internal sampling rate. Exiting..." ) ); } #endif #endif } else if ( st->idchan == 0 ) Loading