Commit e73e58e7 authored by Jan Kiene's avatar Jan Kiene
Browse files

rename switch

parent fb3cc4ff
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -337,7 +337,7 @@ void ivas_mct_core_enc(
        }
        nSubframes = ( sts[ch]->hTcxEnc->tcxMode == TCX_20 ) ? 1 : NB_DIV;
        L_subframeTCX = sts[ch]->hTcxEnc->L_frameTCX / nSubframes;
#ifdef CR_FIX_738_SBA_BR_SW_ASAN
#ifdef NONBE_FIX_738_SBA_BR_SW_ASAN
        /* in MCT only relevant for bitrate switching from non-MCT bitrates */
        if ( sts[ch]->last_core == ACELP_CORE )
        {
@@ -394,7 +394,7 @@ void ivas_mct_core_enc(
        }
        nSubframes = ( st->hTcxEnc->tcxMode == TCX_20 ) ? 1 : NB_DIV;
        L_subframeTCX = st->hTcxEnc->L_frameTCX / nSubframes;
#ifdef CR_FIX_738_SBA_BR_SW_ASAN
#ifdef NONBE_FIX_738_SBA_BR_SW_ASAN
        /* in MCT only relevant for bitrate switching from non-MCT bitrates */
        if ( st->last_core == ACELP_CORE )
        {