Commit e2aa726e authored by Archit Tamarapu's avatar Archit Tamarapu
Browse files

[cleanup] move split rendering debugging switches into appropriate section and clean up options.h

parent 8e4c8382
Loading
Loading
Loading
Loading
+7 −11
Original line number Diff line number Diff line
@@ -130,7 +130,13 @@

#define VARIABLE_SPEED_DECODING                 /* variable speed decoding employing the JBM functioniality; move to DEBUGGING after build for disabled is fixed */

#endif
/*Split Rendering Debug switches*/
/*#define DBG_WAV_WRITER*/                      /* add debugging function dbgwrite_wav() */
/*#define SPLIT_REND_WITH_HEAD_ROT_DEBUG*/      /* debugging switch for split rendering */
/*#define SPLIT_POSE_CORRECTION_DEBUG*/         /* debugging switch for split rendering pose correction */
/*#define SPLIT_MD_CODING_DEBUG*/               /* debugging switch for split rendering metadata coding */

#endif /* DEBUGGING */

/* #################### End DEBUGGING switches ############################ */

@@ -179,17 +185,7 @@
#define SPLIT_REND_WITH_HEAD_ROT                        /* Dlb,FhG: Split Rendering contributions 21 and 35 */

#ifdef SPLIT_REND_WITH_HEAD_ROT


//#define SPLIT_REND_WITH_HEAD_ROT_DEBUG // only for debugging purposes
//#define DBG_WAV_WRITER
//#define SPLIT_POSE_CORRECTION_DEBUG
//#define SPLIT_MD_CODING_DEBUG

/*CLDFB CODEC SWITCHES -- START*/
#define SPLIT_REND_PLC
/*CLDFB CODEC SWITCHES -- END*/

#endif /* SPLIT_REND_WITH_HEAD_ROT */

/* ################## End BE DEVELOPMENT switches ######################### */
+0 −8
Original line number Diff line number Diff line
@@ -621,14 +621,6 @@ int main(
    ret = selectiveDecIvas20msLc3plus5ms_48kHz_scenario_per_subframe_switches_dec_first_no_caching();
    if ( ret != 0 )
        return ret;
#endif
#if 0
    ret = selectiveDecIvas5msLc3plus5ms_48kHz_scenario_decode_all_subframes();
    if(ret != 0)
        return ret;
    ret = selectiveDecIvas5msLc3plus5ms_48kHz_scenario_dont_decode_last_subframes();
    if(ret != 0)
        return ret;
#endif
    return ret;
}