Commit 6cea5d3b authored by liksonov's avatar liksonov
Browse files

Move variable declaration.

parent ecc7226b
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -125,13 +125,15 @@ void ivas_mono_downmix_render_passive(
    int16_t i, j, numInputChannels;
    float proto_signal[L_FRAME48k], eq;
    MONO_DOWNMIX_RENDERER_HANDLE hDownmix;
#ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER
    float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS];
#endif

    numInputChannels = st_ivas->nSCE;
    hDownmix = st_ivas->hMonoDmxRenderer;
    set_zero( proto_signal, output_frame );

#ifdef I15_IMPLEMENT_PROX_MIXING_FOR_ISM_DECODER
    float prox_mixer_gains[MONO_DOWNMIX_RENDERER_MAX_INPUT_CHANS];
    if ( hDownmix->do_proximity_mixing )
    {
        /* get the mixing matrix.. */