Loading lib_com/ivas_prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -4360,13 +4360,14 @@ void ivas_spar_dec_upmixer_sf( const int16_t nchan_internal /* i : number of internal channels */ ); #ifndef FIX_997_REMOVE_SPAR_DEC_UPMIXER void ivas_spar_dec_upmixer( Decoder_Struct *st_ivas, /* i/o: IVAS decoder handle */ float *output[], /* i/o: input/output audio channels */ const int16_t nchan_internal, /* i : number of internal channels */ const int16_t output_frame /* i : output frame length */ ); #endif /* MD module */ ivas_error ivas_spar_md_enc_open( ivas_spar_md_enc_state_t **hMdEnc, /* i/o: SPAR MD encoder handle */ Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ /*#define SPLIT_REND_WITH_HEAD_ROT */ /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #define FIX_966_VAR_OVERFLOW_IN_HARM_MODEL_ARI /* FhG: fix and undef behaviour bug in the harmonic TCX model arithmetic coder */ #define FIX_997_REMOVE_SPAR_DEC_UPMIXER /* VA: issue 997: remove obsolete function ivas_spar_dec_upmixer() */ Loading lib_dec/ivas_spar_decoder.c +3 −3 Original line number Diff line number Diff line Loading @@ -1252,7 +1252,7 @@ void ivas_spar_dec_set_render_map( /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer() * ivas_spar_dec_set_render_params() * * IVAS SPAR upmixer *-------------------------------------------------------------------*/ Loading Loading @@ -1362,7 +1362,7 @@ void ivas_spar_dec_digest_tc( return; } #ifndef FIX_997_REMOVE_SPAR_DEC_UPMIXER /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer() * Loading Loading @@ -1487,7 +1487,7 @@ void ivas_spar_dec_upmixer( return; } #endif /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer_sf() Loading Loading
lib_com/ivas_prot.h +2 −1 Original line number Diff line number Diff line Loading @@ -4360,13 +4360,14 @@ void ivas_spar_dec_upmixer_sf( const int16_t nchan_internal /* i : number of internal channels */ ); #ifndef FIX_997_REMOVE_SPAR_DEC_UPMIXER void ivas_spar_dec_upmixer( Decoder_Struct *st_ivas, /* i/o: IVAS decoder handle */ float *output[], /* i/o: input/output audio channels */ const int16_t nchan_internal, /* i : number of internal channels */ const int16_t output_frame /* i : output frame length */ ); #endif /* MD module */ ivas_error ivas_spar_md_enc_open( ivas_spar_md_enc_state_t **hMdEnc, /* i/o: SPAR MD encoder handle */ Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -154,7 +154,7 @@ /*#define SPLIT_REND_WITH_HEAD_ROT */ /* Dlb,FhG: Split Rendering contributions 21 and 35 */ #define FIX_966_VAR_OVERFLOW_IN_HARM_MODEL_ARI /* FhG: fix and undef behaviour bug in the harmonic TCX model arithmetic coder */ #define FIX_997_REMOVE_SPAR_DEC_UPMIXER /* VA: issue 997: remove obsolete function ivas_spar_dec_upmixer() */ Loading
lib_dec/ivas_spar_decoder.c +3 −3 Original line number Diff line number Diff line Loading @@ -1252,7 +1252,7 @@ void ivas_spar_dec_set_render_map( /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer() * ivas_spar_dec_set_render_params() * * IVAS SPAR upmixer *-------------------------------------------------------------------*/ Loading Loading @@ -1362,7 +1362,7 @@ void ivas_spar_dec_digest_tc( return; } #ifndef FIX_997_REMOVE_SPAR_DEC_UPMIXER /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer() * Loading Loading @@ -1487,7 +1487,7 @@ void ivas_spar_dec_upmixer( return; } #endif /*-------------------------------------------------------------------* * ivas_spar_dec_upmixer_sf() Loading