Loading lib_dec/dec_tcx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1563,7 +1563,7 @@ void decoder_tcx_tns( #ifndef FIX_I13_TCX_TNS_ISSUE tcx5TnsUngrouping( L_frameTCX >> 1, hTcxCfg->tnsConfig[0][0].iFilterBorders[0] >> 1, x, DEC ); #else if ( isEvsMono ) /*TODO: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */ if ( isEvsMono ) /*tbc: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */ { tcx5TnsUngrouping( L_frameTCX >> 1, hTcxCfg->tnsConfig[0][0].iFilterBorders[0] >> 1, x, DEC ); } Loading Loading
lib_dec/dec_tcx.c +1 −1 Original line number Diff line number Diff line Loading @@ -1563,7 +1563,7 @@ void decoder_tcx_tns( #ifndef FIX_I13_TCX_TNS_ISSUE tcx5TnsUngrouping( L_frameTCX >> 1, hTcxCfg->tnsConfig[0][0].iFilterBorders[0] >> 1, x, DEC ); #else if ( isEvsMono ) /*TODO: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */ if ( isEvsMono ) /*tbc: this is temporary to maintain EVS BE, this is a bug and should be fixed also for EVS (see issue 13) */ { tcx5TnsUngrouping( L_frameTCX >> 1, hTcxCfg->tnsConfig[0][0].iFilterBorders[0] >> 1, x, DEC ); } Loading