Commit 3ee1d7a5 authored by Vidhya V P's avatar Vidhya V P
Browse files

Removing the testcase that caused failure , also the fix

parent fdeb87a3
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 ) && ( sf < 2 ) )
        if ( subframe < SPAR_META_DELAY_SUBFRAMES )
        {
            mixer_mat_index = sf + MAX_PARAM_SPATIAL_SUBFRAMES - SPAR_META_DELAY_SUBFRAMES + 1;
            for ( band = 0; band < SPAR_DIRAC_SPLIT_START_BAND; band++ )
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ int16_t JB4_JMF_PushPacket(
        return 0;
    }

    rtpTimeDiff = (int32_t) ( rtpTimeStamp - h->lastRtpTimeStamp );
    rtpTimeDiff = rtpTimeStamp - h->lastRtpTimeStamp ;
    sysTimeDiff = sysTime - h->lastSysTime;
    offset = sysTime - rtpTimeStamp;

+0 −5
Original line number Diff line number Diff line
@@ -1254,11 +1254,6 @@ networkSimulator_g192 ../scripts/dly_error_profiles/dly_error_profile_5.dat bit
networkSimulator_g192 ../scripts/dly_error_profiles/dly_error_profile_5.dat bit netsimoutput tracefile_sim 2 0
../IVAS_dec -Tracefile tracefile_dec -VOIP HOA3 32 netsimoutput testv/stv3OA32c.wav_SBA_80000_32-32_HOA3_JBM5.tst

// SBA at 13.2 kbps, 48kHz in, 48kHz out, BINAURAL out, JBM Prof 5
../IVAS_cod -sba 1 13200 48 testv/stvFOA48c.wav bit
networkSimulator_g192 ../scripts/dly_error_profiles/dly_error_profile_5.dat bit netsimoutput tracefile_sim 2 0
../IVAS_dec -Tracefile tracefile_dec -VOIP BINAURAL 48 netsimoutput testv/stvFOA32c.wav_SBA_13200_48-48_BINAURAL_JBM5.tst

// Multi-channel 5_1 at 384 kbps, 48kHz in, 48kHz out, 7_1_4 out, JBM Prof 5
../IVAS_cod -mc 5_1 384000 48 testv/stv51MC48c.wav bit
networkSimulator_g192 ../scripts/dly_error_profiles/dly_error_profile_5.dat bit netsimoutput tracefile_sim 2 0