Loading lib_enc/ivas_spar_encoder.c +1 −3 Original line number Diff line number Diff line Loading @@ -321,10 +321,8 @@ ivas_error ivas_spar_enc( { mvr2r( ( sts[i]->input_buff + NS2SA( hEncoderConfig->input_Fs, IVAS_FB_ENC_DELAY_NS ) ), ( st_ivas->hSpar->hFbMixer->ppFilterbank_prior_input[i] + st_ivas->hSpar->hFbMixer->fb_cfg->prior_input_length - input_frame ), input_frame ); input_frame ); //VE: TBD - update 'st->input_buff' for SparVAD } //VE: TBD - update 'st->input_buff' for SparVAD } #endif Loading Loading
lib_enc/ivas_spar_encoder.c +1 −3 Original line number Diff line number Diff line Loading @@ -321,10 +321,8 @@ ivas_error ivas_spar_enc( { mvr2r( ( sts[i]->input_buff + NS2SA( hEncoderConfig->input_Fs, IVAS_FB_ENC_DELAY_NS ) ), ( st_ivas->hSpar->hFbMixer->ppFilterbank_prior_input[i] + st_ivas->hSpar->hFbMixer->fb_cfg->prior_input_length - input_frame ), input_frame ); input_frame ); //VE: TBD - update 'st->input_buff' for SparVAD } //VE: TBD - update 'st->input_buff' for SparVAD } #endif Loading