Commit b423dafc authored by Nicolas Roussin's avatar Nicolas Roussin
Browse files

Fix undeclared symbols.

parent 6034316f
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1563,9 +1563,11 @@ static void ivas_dirac_dec_binaural_formulate_input_covariance_matrices_fx(
#ifdef NONBE_2157_INPUT_COV_MATRICES
    rsh0 = (Word16) ( ceil_log2( hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
    rsh1 = (Word16) ( ceil_log2( BINAURAL_CHANNELS * hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
#ifndef NONBE_2157_ACCURACY_ANALYSIS
    e0 = add( sub( 63, shl( q, 1 ) ), rsh0 );
    e1 = add( sub( 63, shl( q, 1 ) ), rsh1 );
#endif
#endif
#ifdef NONBE_2157_USE_CURRENT_VERSION
    exp = sub( 63, shl( q, 1 ) ); // exp for the energy (inRe_fx * inRe_fx + inIm_fx * inIm_fx) computed below
#endif