Commit 8faab99a authored by TYAGIRIS's avatar TYAGIRIS
Browse files

fixing dirac start idx back to what it was

parent bc9f98af
Loading
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -571,11 +571,8 @@ static ivas_error ivas_spar_enc_process(
        float Wscale_d[IVAS_MAX_NUM_BANDS];
        int16_t d_start_band, d_end_band;
        int16_t dirac_band_idx;
#ifdef FIX_615_UBSAN_SPAR_TO_DIRAC
        d_start_band = SPAR_DIRAC_SPLIT_START_BAND;
#else

        d_start_band = hSpar->enc_param_start_band;
#endif
        d_end_band = IVAS_MAX_NUM_BANDS;

        for ( b = d_start_band; b < d_end_band; b++ )