Commit fbe36a7f authored by multrus's avatar multrus
Browse files

[cleanup] accept FIX_272_COV

parent fb26c3b5
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -148,7 +148,6 @@
#define FIX_I59_DELAY_ROUNDING                          /* Issue 59: rounding in sample domain instead of nanosec for IVAS_ENC_GetDelay() and IVAS_DEC_GetDelay() */
#define FIX_FIX_I59                                     /* Issue 59:  small fix concerning LFE delay rounding */
#define FIX_245_RANGE_CODER_VOIP_MSAN                   /* Issue 245: fix use-of-uninitialized-value in range coder in VoIP mode */
#define FIX_272_COV                                     /* Issue 272: Cleanup for code coverage related to calls to ivas_binaural_cldfb() */
#define FIX_235                                         /* Issue 235: Deallocation of HR filter memory separately for lib_rend (ROM) and lib_util (from file) */
/*#define ENV_STAB_FIX*/                                    /* Contribution 23: HQ envelope stability memory fix */
#define STABILIZE_GIPD                                  /* FhG: Contribution 22: gIPD stabilization */
+924 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −7
Original line number Diff line number Diff line
@@ -392,13 +392,6 @@ ivas_error ivas_dec(
                ivas_crend_process( st_ivas, output );
                ivas_binaural_add_LFE( st_ivas, output_frame, output );
            }
#ifndef FIX_272_COV
            else if ( st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV || st_ivas->renderer_type == RENDERER_BINAURAL_FASTCONV_ROOM )
            {
                ivas_binaural_cldfb( st_ivas, output );
                ivas_binaural_add_LFE( st_ivas, output_frame, output );
            }
#endif
            else if ( st_ivas->renderer_type == RENDERER_MC )
            {
                ivas_ls_setup_conversion( st_ivas, output_frame, output );