Loading lib_com/options.h +7 −11 Original line number Diff line number Diff line Loading @@ -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 ############################ */ Loading Loading @@ -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 ######################### */ Loading scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
lib_com/options.h +7 −11 Original line number Diff line number Diff line Loading @@ -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 ############################ */ Loading Loading @@ -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 ######################### */ Loading
scripts/split_rendering/lc3plus/ivas_lc3plus_unit_test.c +0 −8 Original line number Diff line number Diff line Loading @@ -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; } Loading