Commit 1b3a5ca6 authored by vaillancour's avatar vaillancour Committed by Sandesh Venkatesh
Browse files

possible fix for 1279

parent 9386c315
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -159,4 +159,5 @@
#define FIX_MINOR_SVD_WMOPS_MR1010X             /* FhG: Minor WMOPS tuning, bit-exact to previous version, saves about 8.2 WMOPS for MR1010 */
#define SVD_WMOPS_OPT                           /* Ittiam : SVD related optimizations */
#define NONBE_FIX_1087_OOB_SBA_DTX_RS           /* VA: issue 1087: Extend the length of the buffer for MCT decoding to avoid out-of-bound writing in SBA SID bitrate switching decoding */
#define FIX_ISSUE_1279                          /* VA: correction of wrong scaling update */
#endif
+2 −0
Original line number Diff line number Diff line
@@ -574,7 +574,9 @@ ivas_error ivas_core_dec_fx(
                st->cldfbSyn->Q_cldfb_state = Q11;
                move16();
            }
#ifndef FIX_ISSUE_1279 /* the update of prev_Q_syn is already done inside rescale_mem( ) */
            st->prev_Q_syn = st->Q_syn;
#endif
            move16();

            IF( save_hb_synth_32_fx )