Commit f8c3c1b8 authored by vaclav's avatar vaclav
Browse files

fix

parent 263f74f6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1660,7 +1660,7 @@ void ivas_jbm_dec_feed_tc_to_renderer_fx(
    {
        ivas_param_ism_dec_digest_tc_fx( st_ivas, n_render_timeslots, p_data_fx, Q11 );
    }
    ELSE IF( EQ_32( st_ivas->ivas_format, MC_FORMAT ) && EQ_32( st_ivas->mc_mode, MC_MODE_PARAMMC ) && hTcBuffer->tc_buffer_mode == TC_BUFFER_MODE_RENDERER )
    ELSE IF( EQ_32( st_ivas->ivas_format, MC_FORMAT ) && EQ_32( st_ivas->mc_mode, MC_MODE_PARAMMC ) && EQ_32(hTcBuffer->tc_buffer_mode , TC_BUFFER_MODE_RENDERER ))
    {
        Word16 nchan_transport = st_ivas->nchan_transport;
        move16();
+3 −3
Original line number Diff line number Diff line
@@ -1561,12 +1561,12 @@ void ivas_param_mc_dec_digest_tc_fx(
#ifdef UNIFIED_DECODING_PATHS_LEFTOVERS
    /* CLDFB Analysis */
    FOR( ( ch = 0, cldfb_ch = 0 ); cldfb_ch < n_ch_cldfb; ( cldfb_ch++, ch++ ) )
    {
        FOR( slot_idx = 0; slot_idx < nCldfbSlots; slot_idx++ )
        {
            qout = q_data;
            move16();

        FOR( slot_idx = 0; slot_idx < nCldfbSlots; slot_idx++ )
        {
            cldfbAnalysis_ts_fx_fixed_q( &( p_data_fx[ch][num_freq_bands * slot_idx] ),
                                         &cldfb_real_buffer[slot_idx * num_freq_bands * n_ch_cldfb + cldfb_ch * num_freq_bands],
                                         &cldfb_imag_buffer[slot_idx * num_freq_bands * n_ch_cldfb + cldfb_ch * num_freq_bands],