Commit 68e4ebd9 authored by Vidhya V P's avatar Vidhya V P
Browse files

Resolving the pipeline errors

parent 252e1959
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1587,7 +1587,7 @@ void ivas_spar_param_to_masa_param_mapping(
    for ( slot_idx = 0; slot_idx < hSpar->subframe_nbslots[subframe]; slot_idx++ )
    {
        sf = hSpar->render_to_md_map[slot_idx + slot_idx_start] / JBM_CLDFB_SLOTS_IN_SUBFRAME;
        if ( subframe < SPAR_META_DELAY_SUBFRAMES )
        if ( ( subframe < SPAR_META_DELAY_SUBFRAMES ) && (sf < 2 ) )
        {
            mixer_mat_index = sf + MAX_PARAM_SPATIAL_SUBFRAMES - SPAR_META_DELAY_SUBFRAMES + 1;
            for ( band = 0; band < SPAR_DIRAC_SPLIT_START_BAND; band++ )