Commit 8738fabd authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_1917_DIRAC_RENDER_PTR_INCR

parent 8a153d4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@

#define ISSUE_1836_replace_overflow_libcom                   /* FhG: replace overflow operators by non-overflow-alternatives in lib_com - BE */

#define FIX_1917_DIRAC_RENDER_PTR_INCR                       /* FhG: fix wrong pointer increment in ivas_dirac_dec_render_sf_fx() for object rendering */
#define FIX_CDLFB_BUFFER_SCALING                             /* FhG: fix wrong buffer scaling in ivas_dirac_dec_render_sf_fx() for object rendering */
#define FIX_ISSUE_1817_REPLACE_CARRY_OVERFLOW                /* FhG: bit-exact, replace carry and overflow operations by 64-bit operations, MR 1931 */
#define	NONBE_SVD_OPTIMIZATION                               /* FhG: reduce WMOPS of HouseHolderReduction() in ivas_svd_dec.c() by removing redundant mathematics and using 64 bit additions */
+0 −4
Original line number Diff line number Diff line
@@ -3836,11 +3836,7 @@ void ivas_dirac_dec_render_sf_fx(
#endif
#endif
                                    move32();
#ifdef FIX_1917_DIRAC_RENDER_PTR_INCR
                                    tc_im_fx++;
#else
                                tc_re_fx++;
#endif
                                }
                                w1_fx += hSpatParamRendCom->num_freq_bands;
                            }