Loading lib_enc/hq_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ void hq_core_enc_ivas_fx( test(); test(); IF( st->element_mode > EVS_MONO && ( st->last_core, ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) ) IF( st->element_mode > EVS_MONO && ( st->last_core == ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) ) { overlap = st->hTcxCfg->tcx_mdct_window_length; move16(); Loading lib_enc/fd_cng_enc.c +3 −3 File changed.Contains only whitespace changes. Show changes Loading
lib_enc/hq_core_enc.c +1 −1 Original line number Diff line number Diff line Loading @@ -314,7 +314,7 @@ void hq_core_enc_ivas_fx( test(); test(); IF( st->element_mode > EVS_MONO && ( st->last_core, ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) ) IF( st->element_mode > EVS_MONO && ( st->last_core == ACELP_CORE || EQ_16( st->last_core, AMR_WB_CORE ) ) ) { overlap = st->hTcxCfg->tcx_mdct_window_length; move16(); Loading