Commit 23b7b5e6 authored by Vidhya V P's avatar Vidhya V P
Browse files

Clang format applied

parent 528f05be
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -319,7 +319,9 @@ ivas_error ivas_spar_enc(
        // VE: last 1ms of 'ppFilterbank_prior_input' is not correct
        for ( int16_t i = 0; i < st_ivas->nchan_transport; i++ )
        {
            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 );
            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 );
        }

        //VE: TBD - update 'st->input_buff' for SparVAD