Commit 6ded5dc7 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'kiene/fix-complexity-measurements-on-ivas-float-update' into 'ivas-float-update'

fix complexity measurements on ivas float update

See merge request !2307
parents d3312299 ea5f2d20
Loading
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -1656,9 +1656,13 @@ static ivas_error IVAS_DEC_GetRenderedSamples(
    st_ivas = hIvasDec->st_ivas;

#ifdef FIX_HRTF_LOAD
    // temp code to make HRTF changes working in the old API structure
    uint16_t nSamplesRendered_loop = 0;
    uint8_t nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out;
    /* temp code to make HRTF changes working in the old API structure */
    uint16_t nSamplesRendered_loop;
    uint8_t nOutChannels;

    nSamplesRendered_loop = 0;
    nOutChannels = (uint8_t) st_ivas->hDecoderConfig->nchan_out;

    hIvasDec->hasBeenFedFrame = false;

    /* check for possible flushed samples from a rate switch */