Commit 5670c887 authored by Fabian Bauer's avatar Fabian Bauer
Browse files

small corrections

parent 673e7bc4
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3800,7 +3800,7 @@ void generate_comfort_noise_dec_fx(
    set32_fx( fftBuffer + shl( hFdCngCom->stopFFTbin, 1 ), 0, sub( hFdCngCom->fftlen, shl( hFdCngCom->stopFFTbin, 1 ) ) );
    fftBuffer_exp = add( shr( cngNoiseLevel_exp, 1 ), CNG_RAND_GAUSS_SHIFT );

    IF( NE_16( element_mode, 0 ) )
    IF( NE_16( element_mode, EVS_MONO ) )
    {
        set16_fx( fftBuffer_temp_exp + shl( hFdCngCom->stopFFTbin, 1 ), 0, sub( hFdCngCom->fftlen, shl( hFdCngCom->stopFFTbin, 1 ) ) );

@@ -3846,7 +3846,7 @@ void generate_comfort_noise_dec_fx(
    }

    /* Perform STFT synthesis */
    IF( EQ_16( element_mode, 0 ) )
    IF( EQ_16( element_mode, EVS_MONO ) )
    {
        SynthesisSTFT( fftBuffer, fftBuffer_exp, timeDomainOutput, hFdCngCom->olapBufferSynth, hFdCngCom->olapWinSyn,
                       tcx_transition, hFdCngCom, gen_exc, Q_new, st->element_mode, nchan_out );