Loading lib_dec/acelp_core_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -852,7 +852,6 @@ ivas_error acelp_core_dec_fx( if (st->last_core != ACELP_CORE && st->element_mode > EVS_MONO) { /* Prepare ACB memory of old_bwe_exc */ #ifdef CR_FIX_639_HQ_ACELP_TRANSITION if (st->L_frame == L_FRAME) { lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * HIBND_ACB_L_FAC, L_EXC_MEM_DEC); Loading @@ -861,9 +860,6 @@ ivas_error acelp_core_dec_fx( { lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * 2, L_EXC_MEM_DEC); } #else lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * HIBND_ACB_L_FAC, L_EXC_MEM_DEC); #endif } #endif /*-----------------------------------------------------------------* Loading lib_enc/ext_sig_ana.c +2 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,8 @@ void core_signal_analysis_high_bitrate( } overlap_mode[2] = curr_overlap; /* Overlap between the current and the next frame */ move16(); } IF (NE_16(transform_type[0], TCX_20)) test(); IF (st->igf && NE_16(transform_type[0], TCX_20)) { IGFEncResetTCX10BitCounter(st->hIGFEnc); } Loading Loading
lib_dec/acelp_core_dec_fx.c +0 −4 Original line number Diff line number Diff line Loading @@ -852,7 +852,6 @@ ivas_error acelp_core_dec_fx( if (st->last_core != ACELP_CORE && st->element_mode > EVS_MONO) { /* Prepare ACB memory of old_bwe_exc */ #ifdef CR_FIX_639_HQ_ACELP_TRANSITION if (st->L_frame == L_FRAME) { lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * HIBND_ACB_L_FAC, L_EXC_MEM_DEC); Loading @@ -861,9 +860,6 @@ ivas_error acelp_core_dec_fx( { lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * 2, L_EXC_MEM_DEC); } #else lerp(old_exc, old_bwe_exc, L_EXC_MEM_DEC * HIBND_ACB_L_FAC, L_EXC_MEM_DEC); #endif } #endif /*-----------------------------------------------------------------* Loading
lib_enc/ext_sig_ana.c +2 −1 Original line number Diff line number Diff line Loading @@ -251,7 +251,8 @@ void core_signal_analysis_high_bitrate( } overlap_mode[2] = curr_overlap; /* Overlap between the current and the next frame */ move16(); } IF (NE_16(transform_type[0], TCX_20)) test(); IF (st->igf && NE_16(transform_type[0], TCX_20)) { IGFEncResetTCX10BitCounter(st->hIGFEnc); } Loading