Loading lib_enc/ivas_spar_encoder.c +1 −4 Original line number Diff line number Diff line Loading @@ -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++ ) Loading Loading
lib_enc/ivas_spar_encoder.c +1 −4 Original line number Diff line number Diff line Loading @@ -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++ ) Loading