Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ #define FIX_998_UNUSED_FUNCTION /* FhG: issue 998: delete unused funtion ivas_dirac_dec_get_response_split_order */ #define FIX_1009_ISM_NONDIEGETIC_PANNING /* FhG: issue #1009: use correct object buffer for ISM1 non-diegetic pan */ #define FIX_993_REMOVE_SBA_GET_ORDER /* VA: issue 993: remove unused function ivas_sba_get_order() */ #define FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE /* Eri: issue #1002, usan-value-out-of-range-for-int16, non-BE for PLC-conditions */ #define FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE /* Eri: issue #1002, usan-value-out-of-range-for-int16, kept BE for PLC-conditions */ /* #################### End BE switches ################################## */ Loading lib_dec/FEC_HQ_phase_ecu.c +0 −4 Original line number Diff line number Diff line Loading @@ -972,10 +972,6 @@ static void subst_spec( float one_peak_flag_mask; float alpha_local; float beta_local; #ifdef FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE float tmpf; #endif sincos = sincos_t_ext + 128; Lprot = (int16_t) ( L_PROT32k * output_frame / 640 ); Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ #define FIX_998_UNUSED_FUNCTION /* FhG: issue 998: delete unused funtion ivas_dirac_dec_get_response_split_order */ #define FIX_1009_ISM_NONDIEGETIC_PANNING /* FhG: issue #1009: use correct object buffer for ISM1 non-diegetic pan */ #define FIX_993_REMOVE_SBA_GET_ORDER /* VA: issue 993: remove unused function ivas_sba_get_order() */ #define FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE /* Eri: issue #1002, usan-value-out-of-range-for-int16, non-BE for PLC-conditions */ #define FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE /* Eri: issue #1002, usan-value-out-of-range-for-int16, kept BE for PLC-conditions */ /* #################### End BE switches ################################## */ Loading
lib_dec/FEC_HQ_phase_ecu.c +0 −4 Original line number Diff line number Diff line Loading @@ -972,10 +972,6 @@ static void subst_spec( float one_peak_flag_mask; float alpha_local; float beta_local; #ifdef FIX_1002_DEC_PHASE_ECU_USAN_OF_PHASE float tmpf; #endif sincos = sincos_t_ext + 128; Lprot = (int16_t) ( L_PROT32k * output_frame / 640 ); Loading