Commit 5a673474 authored by multrus's avatar multrus
Browse files

fix initialization

parent a4d343e1
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -685,9 +685,10 @@ static void ivas_sba_dirac_stereo_compute_td_stefi_nrgs(
{
    Word16 i;
#ifdef FIX_BASOP_2521_DIRAC_STEREO_STEFFI_NRGS
    Word32 hb_nrg;
    Word32 hb_nrg = EPSILON_FIX;
    Word32 max_val;
    Word16 shift;
    move32();
#else
    Word32 hb_nrg = EPSILON_FIX;
    move32();