Commit 90b05290 authored by Nishant S Kulgod's avatar Nishant S Kulgod
Browse files

build fix

parent 1ac4c4c6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -250,7 +250,7 @@ ivas_error ivas_core_enc(
                                      enerBuffer_fx,
                                      e_enerBuffer,
                                      fft_buff_fx,
                                      cor_map_sum_fx,
                                      cor_map_sum_fx[n],
                                      &Q_new[n]
#endif
                                      ) ) != IVAS_ERR_OK )
+1 −1
Original line number Diff line number Diff line
@@ -80,7 +80,7 @@ ivas_error pre_proc_ivas(
    Word32 enerBuffer_fx[CLDFB_NO_CHANNELS_MAX],
    Word16 e_enerBuffer,
    Word16 fft_buff_fx[2 * L_FFT],
    Word32 cor_map_sum_fx, //Q8
    Word16 cor_map_sum_fx, //Q8
    Word16 *Q_new
#endif
)