Commit 7ee6ae7e authored by reutelhuber's avatar reutelhuber
Browse files

small fix to avoid build error with instrumented code

parent c3fba212
Loading
Loading
Loading
Loading

lib_com/ivas_cov_smooth.c

100644 → 100755
+1 −1
Original line number Diff line number Diff line
@@ -65,8 +65,8 @@ static void ivas_set_up_cov_smoothing(
		for ( j = 0; j < pFb->filterbank_num_bands; j++ )
		{
			float update_factor;
			update_factor = 0.0f;
			float *p_bin_to_band;
			update_factor = 0.0f;
			p_bin_to_band = pFb->fb_bin_to_band.pp_short_stride_bin_to_band[j];
			int16_t active_bins;
			active_bins = pFb->fb_bin_to_band.p_short_stride_num_bins_per_band[j];