Commit 7b349f84 authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_419_ISM_MD_FIX

parent 14d0466c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -143,7 +143,6 @@
#define DISABLE_ADAP_RES_COD_TMP                        /* temporary fix for IVAS-403, disables adaptive residual coding */
/*#define FIX_I4_OL_PITCH*/                             /* fix open-loop pitch used for EVS core switching */

#define FIX_419_ISM_MD_FIX                              /* VA: Issue 419: fix the upper value limitation for parameter angle1_diff_cnt */
#define FIX_I414_OOA_CNA                                /* VA: Issue 414: Fixing out-of-array write operation in stereo CNA */


+0 −4
Original line number Diff line number Diff line
@@ -883,11 +883,7 @@ static void encode_angle_indices(
    if ( *flag_abs_angle1 == 0 )
    {
        angle->angle1_diff_cnt++;
#ifdef FIX_419_ISM_MD_FIX
        angle->angle1_diff_cnt = min( angle->angle1_diff_cnt, ISM_FEC_MAX );
#else
        angle->angle2_diff_cnt = min( angle->angle2_diff_cnt, ISM_FEC_MAX );
#endif
    }
    else
    {