Commit 6bcd8ef0 authored by vaclav's avatar vaclav
Browse files

fix build warning

parent 8bbabc97
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -810,7 +810,7 @@ void ivas_param_ism_dec_digest_tc(
)
{
#ifdef UNIFIED_DECODING_PATHS_LEFTOVERS
    int16_t ch, nchan_transport, num_freq_bands, slot_idx, cldfb_ch, n_ch_cldfb;
    int16_t ch, num_freq_bands, slot_idx, cldfb_ch, n_ch_cldfb;
    int16_t output_frame;
    float *cldfb_real_buffer;
    float *cldfb_imag_buffer;
@@ -818,7 +818,6 @@ void ivas_param_ism_dec_digest_tc(
    /* Initialization */
    num_freq_bands = st_ivas->hSpatParamRendCom->num_freq_bands;
    output_frame = nCldfbSlots * num_freq_bands;
    nchan_transport = st_ivas->nchan_transport;
    n_ch_cldfb = st_ivas->hTcBuffer->nchan_transport_rend - st_ivas->hTcBuffer->nchan_buffer_full;

    cldfb_real_buffer = st_ivas->hParamIsmDec->hParamIsmRendering->Cldfb_RealBuffer_tc;
+1 −2
Original line number Diff line number Diff line
@@ -1327,12 +1327,11 @@ void ivas_param_mc_dec_digest_tc(
    float *transport_channels_f[] /* i/o: synthesized core-coder transport channels/DirAC output    */
)
{
    int16_t ch, nchan_transport, num_freq_bands, slot_idx, cldfb_ch, n_ch_cldfb;
    int16_t ch, num_freq_bands, slot_idx, cldfb_ch, n_ch_cldfb;
    float *cldfb_real_buffer;
    float *cldfb_imag_buffer;

    num_freq_bands = st_ivas->hParamMC->num_freq_bands;
    nchan_transport = st_ivas->nchan_transport;
    n_ch_cldfb = st_ivas->hTcBuffer->nchan_transport_rend - st_ivas->hTcBuffer->nchan_buffer_full;

    cldfb_real_buffer = st_ivas->hParamMC->Cldfb_RealBuffer_tc;