Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,6 @@ #ifdef FIX_I109_ORIENTATION_TRACKING #define OTR_REFERENCE_VECTOR_TRACKING /* FhG: enables the reference position orientation tracking mode */ #endif #define TD_REND_FIX_DIV_BY_ZERO /* FhG: avoid division by zero in sincResample fn */ #define TD_TDREND_FIX_NULLPTR_ACCESS /* FhG: avoid nullptr access in ivas_rend_TDObjRendOpen */ /* ################## End DEVELOPMENT switches ######################### */ Loading lib_rend/ivas_objectRenderer_sfx.c +0 −7 Original line number Diff line number Diff line Loading @@ -182,13 +182,6 @@ static void sincResample( const float *p_sinc_forward; const float *p_sinc_backward; #ifdef TD_REND_FIX_DIV_BY_ZERO /* avoid division by 0 */ if ( 0 == length_out ) { return; } #endif /* TD_REND_FIX_DIV_BY_ZERO */ /* Compute fractional time step */ t_step = (float) ( length_in ) / (float) ( length_out ); Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,6 @@ #ifdef FIX_I109_ORIENTATION_TRACKING #define OTR_REFERENCE_VECTOR_TRACKING /* FhG: enables the reference position orientation tracking mode */ #endif #define TD_REND_FIX_DIV_BY_ZERO /* FhG: avoid division by zero in sincResample fn */ #define TD_TDREND_FIX_NULLPTR_ACCESS /* FhG: avoid nullptr access in ivas_rend_TDObjRendOpen */ /* ################## End DEVELOPMENT switches ######################### */ Loading
lib_rend/ivas_objectRenderer_sfx.c +0 −7 Original line number Diff line number Diff line Loading @@ -182,13 +182,6 @@ static void sincResample( const float *p_sinc_forward; const float *p_sinc_backward; #ifdef TD_REND_FIX_DIV_BY_ZERO /* avoid division by 0 */ if ( 0 == length_out ) { return; } #endif /* TD_REND_FIX_DIV_BY_ZERO */ /* Compute fractional time step */ t_step = (float) ( length_in ) / (float) ( length_out ); Loading