Loading lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ #define FIX_2330_CLANG_18_WARNINGS_REND /* FhG: Fix renderer warnings */ #define FIX_BASOP_2350_HARM_0B_BWE /* VA: basop issue 2350: harmonization of the 0b BWE */ #define FIX_2349_HARM_FIND_UV /* VA: basop issue 2349: harmonization of find_uv() function */ #define FIX_2371_REMOVE_UNUSED_ISAR_FCNS /* Dolvy: basop issue 2371: remove unused ISAR-related functions */ /* #################### End BE switches ################################## */ Loading lib_isar/isar_PerceptualModel.c +10 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ static inline Word32 LogAdd( return iRetVal; } /*------------------------------------------------------------------------------------------* * Function PerceptualModel() * Loading Loading @@ -175,6 +174,9 @@ void PerceptualModel_fx( return; } #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS /*------------------------------------------------------------------------------------------* * Function PerceptualModel() * Loading Loading @@ -232,6 +234,8 @@ void PerceptualModel( return; } #endif /*------------------------------------------------------------------------------------------* * Function PerceptualModelStereo() Loading @@ -239,6 +243,8 @@ void PerceptualModel( * *------------------------------------------------------------------------------------------*/ #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS void PerceptualModelStereo( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading Loading @@ -348,6 +354,9 @@ void PerceptualModelStereo( return; } #endif void PerceptualModelStereo_fx( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading lib_isar/isar_lcld_prot.h +4 −1 Original line number Diff line number Diff line Loading @@ -175,12 +175,14 @@ Word32 CountMSBits( * PereptualModel prototypes *----------------------------------------------------------------------------------*/ #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS extern void PerceptualModel( const Word32 iMaxQuantBands, const Word32 *piRMSEnvelope, Word32 *piExcitation, Word32 *piSMR ); #endif extern void PerceptualModel_fx( const Word32 iMaxQuantBands, Loading @@ -200,6 +202,7 @@ extern void PerceptualModelStereo_fx( Word32 *piSMR1 ); #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS extern void PerceptualModelStereo( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading @@ -210,7 +213,7 @@ extern void PerceptualModelStereo( Word32 *piSMR0, Word32 *piSMR1 ); #endif /*----------------------------------------------------------------------------------* * PredEncoder/PredDecoder prototypes Loading Loading
lib_com/options.h +1 −0 Original line number Diff line number Diff line Loading @@ -107,6 +107,7 @@ #define FIX_2330_CLANG_18_WARNINGS_REND /* FhG: Fix renderer warnings */ #define FIX_BASOP_2350_HARM_0B_BWE /* VA: basop issue 2350: harmonization of the 0b BWE */ #define FIX_2349_HARM_FIND_UV /* VA: basop issue 2349: harmonization of find_uv() function */ #define FIX_2371_REMOVE_UNUSED_ISAR_FCNS /* Dolvy: basop issue 2371: remove unused ISAR-related functions */ /* #################### End BE switches ################################## */ Loading
lib_isar/isar_PerceptualModel.c +10 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ static inline Word32 LogAdd( return iRetVal; } /*------------------------------------------------------------------------------------------* * Function PerceptualModel() * Loading Loading @@ -175,6 +174,9 @@ void PerceptualModel_fx( return; } #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS /*------------------------------------------------------------------------------------------* * Function PerceptualModel() * Loading Loading @@ -232,6 +234,8 @@ void PerceptualModel( return; } #endif /*------------------------------------------------------------------------------------------* * Function PerceptualModelStereo() Loading @@ -239,6 +243,8 @@ void PerceptualModel( * *------------------------------------------------------------------------------------------*/ #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS void PerceptualModelStereo( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading Loading @@ -348,6 +354,9 @@ void PerceptualModelStereo( return; } #endif void PerceptualModelStereo_fx( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading
lib_isar/isar_lcld_prot.h +4 −1 Original line number Diff line number Diff line Loading @@ -175,12 +175,14 @@ Word32 CountMSBits( * PereptualModel prototypes *----------------------------------------------------------------------------------*/ #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS extern void PerceptualModel( const Word32 iMaxQuantBands, const Word32 *piRMSEnvelope, Word32 *piExcitation, Word32 *piSMR ); #endif extern void PerceptualModel_fx( const Word32 iMaxQuantBands, Loading @@ -200,6 +202,7 @@ extern void PerceptualModelStereo_fx( Word32 *piSMR1 ); #ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS extern void PerceptualModelStereo( const Word32 iMaxQuantBands, const Word32 *piMSFlags, Loading @@ -210,7 +213,7 @@ extern void PerceptualModelStereo( Word32 *piSMR0, Word32 *piSMR1 ); #endif /*----------------------------------------------------------------------------------* * PredEncoder/PredDecoder prototypes Loading