Loading lib_enc/ivas_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ ivas_error ivas_core_enc( } /* SWB TBE encoder */ #ifdef FIX_559_EXTL_IGF_MISMATCHaa #ifdef FIX_559_EXTL_IGF_MISMATCH if ( st->extl == SWB_TBE || st->extl == FB_TBE ) #else if ( st->extl == SWB_TBE || st->extl == FB_TBE || ( st->igf && st->core == ACELP_CORE && st->extl != WB_TBE ) ) Loading lib_enc/ivas_core_pre_proc.c +4 −0 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ ivas_error pre_proc_ivas( { st->L_frame = L_FRAME32k; } #ifdef FIX_557_CRASH_IN_ISM_DTX else if ( st->bwidth >= SWB && st->total_brate > MAX_ACELP_BRATE_ISM && st->total_brate <= MAX_ACELP_BRATE && element_mode == IVAS_SCE && st->is_ism_format && st->tcxonly && st->core_brate != SID_2k40 ) #else else if ( st->bwidth >= SWB && st->total_brate > MAX_ACELP_BRATE_ISM && st->total_brate <= MAX_ACELP_BRATE && element_mode == IVAS_SCE && st->is_ism_format && st->tcxonly ) #endif { st->L_frame = L_FRAME25_6k; } Loading Loading
lib_enc/ivas_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -368,7 +368,7 @@ ivas_error ivas_core_enc( } /* SWB TBE encoder */ #ifdef FIX_559_EXTL_IGF_MISMATCHaa #ifdef FIX_559_EXTL_IGF_MISMATCH if ( st->extl == SWB_TBE || st->extl == FB_TBE ) #else if ( st->extl == SWB_TBE || st->extl == FB_TBE || ( st->igf && st->core == ACELP_CORE && st->extl != WB_TBE ) ) Loading
lib_enc/ivas_core_pre_proc.c +4 −0 Original line number Diff line number Diff line Loading @@ -129,7 +129,11 @@ ivas_error pre_proc_ivas( { st->L_frame = L_FRAME32k; } #ifdef FIX_557_CRASH_IN_ISM_DTX else if ( st->bwidth >= SWB && st->total_brate > MAX_ACELP_BRATE_ISM && st->total_brate <= MAX_ACELP_BRATE && element_mode == IVAS_SCE && st->is_ism_format && st->tcxonly && st->core_brate != SID_2k40 ) #else else if ( st->bwidth >= SWB && st->total_brate > MAX_ACELP_BRATE_ISM && st->total_brate <= MAX_ACELP_BRATE && element_mode == IVAS_SCE && st->is_ism_format && st->tcxonly ) #endif { st->L_frame = L_FRAME25_6k; } Loading