Loading lib_dec/lib_dec_fx.c +7 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,13 @@ #include <assert.h> #include "wmc_auto.h" #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif /*---------------------------------------------------------------------* * Local structs Loading lib_rend/ivas_objectRenderer_hrFilt_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ ivas_error TDREND_REND_RenderSourceHRFilt_fx( Word16 left_filter_e; Word16 right_filter_e; dbgwrite( &Src_p->Gain_fx, sizeof( int ), 1, 1, "Gain_fx.int" ); TDREND_Apply_ITD_fx( Src_p->InputFrame_p_fx, LeftOutputFrame_fx, RightOutputFrame_fx, &Src_p->previtd, Src_p->itd, Src_p->mem_itd_fx, subframe_length ); Loading lib_util/render_config_reader.c +8 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,14 @@ #define DIST_ATT_MAX_MAXDIST 63.0f #define DIST_ATT_MAX_REFDIST 6.3f #define DIST_ATT_MAX_ROLLOFF 4.0f #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif #ifndef TRUE Loading lib_util/rotation_file_reader.c +11 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,17 @@ #define Q29 29 #define Q31 31 #ifdef FIX_BASOP_2023_TDREND_DISTATT_PRECISION #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif struct RotFileReader { FILE *trajFile; Loading Loading
lib_dec/lib_dec_fx.c +7 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,13 @@ #include <assert.h> #include "wmc_auto.h" #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif /*---------------------------------------------------------------------* * Local structs Loading
lib_rend/ivas_objectRenderer_hrFilt_fx.c +0 −2 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ ivas_error TDREND_REND_RenderSourceHRFilt_fx( Word16 left_filter_e; Word16 right_filter_e; dbgwrite( &Src_p->Gain_fx, sizeof( int ), 1, 1, "Gain_fx.int" ); TDREND_Apply_ITD_fx( Src_p->InputFrame_p_fx, LeftOutputFrame_fx, RightOutputFrame_fx, &Src_p->previtd, Src_p->itd, Src_p->mem_itd_fx, subframe_length ); Loading
lib_util/render_config_reader.c +8 −0 Original line number Diff line number Diff line Loading @@ -84,6 +84,14 @@ #define DIST_ATT_MAX_MAXDIST 63.0f #define DIST_ATT_MAX_REFDIST 6.3f #define DIST_ATT_MAX_ROLLOFF 4.0f #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif #ifndef TRUE Loading
lib_util/rotation_file_reader.c +11 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,17 @@ #define Q29 29 #define Q31 31 #ifdef FIX_BASOP_2023_TDREND_DISTATT_PRECISION #ifndef min #define min( x, y ) ( ( x ) < ( y ) ? ( x ) : ( y ) ) #endif #ifndef max #define max( x, y ) ( ( x ) > ( y ) ? ( x ) : ( y ) ) #endif #endif struct RotFileReader { FILE *trajFile; Loading