Commit 78d41607 authored by vaillancour's avatar vaillancour
Browse files

more small changes

parent 30f5bdd6
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);
@@ -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
            /*-----------------------------------------------------------------*
+2 −1
Original line number Diff line number Diff line
@@ -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);
    }