Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,6 @@ #define ISAR_BITSTREAM_UPDATE_LC3PLUS /* FhG: Multiple improvements to the ISAR bitstream when LC3plus is used. See MR 1456 for details. */ #define SPLIT_REND_POSE_CORRECTION_UNUSED_BITS #define FIX_NUM_SUBFRAME_UPDATE #define FIX_1053_REVERB_RECONFIGURATION /* Philips: issue 1053: fix for dynamic switching of acoustic environment */ #define CONF_DISTATT /* Eri: Make distance attenuation configurable */ #define FIX_1082_INSTRUM_FAILED_LC3PLUS /* VoiceAge: issue 1082: fix ambiguous syntax in LC3Plus code leading to fails of instrumented builds */ Loading lib_dec/lib_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -609,7 +609,6 @@ ivas_error IVAS_DEC_SetRenderFramesize( hIvasDec->st_ivas->hDecoderConfig->render_framesize = render_framesize; #ifdef FIX_NUM_SUBFRAME_UPDATE if ( hIvasDec->st_ivas->hExtOrientationData != NULL ) { hIvasDec->st_ivas->hExtOrientationData->num_subframes = (int16_t) render_framesize; Loading @@ -618,7 +617,6 @@ ivas_error IVAS_DEC_SetRenderFramesize( { hIvasDec->st_ivas->hCombinedOrientationData->num_subframes = (int16_t) render_framesize; } #endif return IVAS_ERR_OK; } Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -158,7 +158,6 @@ #define ISAR_BITSTREAM_UPDATE_LC3PLUS /* FhG: Multiple improvements to the ISAR bitstream when LC3plus is used. See MR 1456 for details. */ #define SPLIT_REND_POSE_CORRECTION_UNUSED_BITS #define FIX_NUM_SUBFRAME_UPDATE #define FIX_1053_REVERB_RECONFIGURATION /* Philips: issue 1053: fix for dynamic switching of acoustic environment */ #define CONF_DISTATT /* Eri: Make distance attenuation configurable */ #define FIX_1082_INSTRUM_FAILED_LC3PLUS /* VoiceAge: issue 1082: fix ambiguous syntax in LC3Plus code leading to fails of instrumented builds */ Loading
lib_dec/lib_dec.c +0 −2 Original line number Diff line number Diff line Loading @@ -609,7 +609,6 @@ ivas_error IVAS_DEC_SetRenderFramesize( hIvasDec->st_ivas->hDecoderConfig->render_framesize = render_framesize; #ifdef FIX_NUM_SUBFRAME_UPDATE if ( hIvasDec->st_ivas->hExtOrientationData != NULL ) { hIvasDec->st_ivas->hExtOrientationData->num_subframes = (int16_t) render_framesize; Loading @@ -618,7 +617,6 @@ ivas_error IVAS_DEC_SetRenderFramesize( { hIvasDec->st_ivas->hCombinedOrientationData->num_subframes = (int16_t) render_framesize; } #endif return IVAS_ERR_OK; } Loading