Loading lib_rend/ivas_dirac_rend.c +5 −1 Original line number Diff line number Diff line Loading @@ -1345,7 +1345,11 @@ void protoSignalComputation2( int16_t dipole_freq_range[2]; #ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES float tempSpaced, tempDmx, tempDualMono; if ( stereo_type_detect != NULL ) { max_band_diff_ene = min( stereo_type_detect->max_band_diff_ene, num_freq_bands ); /* Local version for correct maximum */ } #else float tempSpaced, tempDmx; #endif Loading Loading
lib_rend/ivas_dirac_rend.c +5 −1 Original line number Diff line number Diff line Loading @@ -1345,7 +1345,11 @@ void protoSignalComputation2( int16_t dipole_freq_range[2]; #ifdef FIX_FLOAT_1578_OMASA_REND_SPIKES float tempSpaced, tempDmx, tempDualMono; if ( stereo_type_detect != NULL ) { max_band_diff_ene = min( stereo_type_detect->max_band_diff_ene, num_freq_bands ); /* Local version for correct maximum */ } #else float tempSpaced, tempDmx; #endif Loading