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

Remove unused variables.

parent 813ea695
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -1392,7 +1392,8 @@ static void ivas_dirac_dec_binaural_formulate_input_covariance_matrices_fx(
    Word32 ivas_total_brate;
    Word16 nchan_transport;
#ifdef NONBE_2157_IVAS_DIRAC_DEC_BINAURAL_FORMULATE_INPUT_COVARIANCE_MATRICES
    Word16 rsh0, rsh1, exp0, exp1;
    // Word16 rsh0, rsh1, exp0, exp1;
    Word16 exp0, exp1;
#else
    Word16 exp, exp1;
    Word32 temp;
@@ -1470,8 +1471,8 @@ static void ivas_dirac_dec_binaural_formulate_input_covariance_matrices_fx(
#endif

#ifdef NONBE_2157_IVAS_DIRAC_DEC_BINAURAL_FORMULATE_INPUT_COVARIANCE_MATRICES
    rsh0 = (Word16) ( ceil_log2( hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
    rsh1 = (Word16) ( ceil_log2( BINAURAL_CHANNELS * hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
    // rsh0 = (Word16) ( ceil_log2( hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
    // rsh1 = (Word16) ( ceil_log2( BINAURAL_CHANNELS * hSpatParamRendCom->subframe_nbslots[subframe] ) - 1 );
    exp0 = sub( 63, shl( q, 1 ) );
    exp1 = sub( 63, shl( q, 1 ) );
#else