Commit 0487aa5e authored by Vladimir Malenovsky's avatar Vladimir Malenovsky
Browse files

remove obsolete unused ISAR-related fcns

parent 187213dc
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ################################## */

+10 −1
Original line number Diff line number Diff line
@@ -112,7 +112,6 @@ static inline Word32 LogAdd(
    return iRetVal;
}


/*------------------------------------------------------------------------------------------*
 * Function PerceptualModel()
 *
@@ -175,6 +174,9 @@ void PerceptualModel_fx(

    return;
}

#ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS

/*------------------------------------------------------------------------------------------*
 * Function PerceptualModel()
 *
@@ -232,6 +234,8 @@ void PerceptualModel(
    return;
}

#endif


/*------------------------------------------------------------------------------------------*
 * Function PerceptualModelStereo()
@@ -239,6 +243,8 @@ void PerceptualModel(
 *
 *------------------------------------------------------------------------------------------*/

#ifndef FIX_2371_REMOVE_UNUSED_ISAR_FCNS

void PerceptualModelStereo(
    const Word32 iMaxQuantBands,
    const Word32 *piMSFlags,
@@ -348,6 +354,9 @@ void PerceptualModelStereo(

    return;
}

#endif

void PerceptualModelStereo_fx(
    const Word32 iMaxQuantBands,
    const Word32 *piMSFlags,
+4 −1
Original line number Diff line number Diff line
@@ -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,
@@ -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,
@@ -210,7 +213,7 @@ extern void PerceptualModelStereo(
    Word32 *piSMR0,
    Word32 *piSMR1 
);

#endif

/*----------------------------------------------------------------------------------*
 * PredEncoder/PredDecoder prototypes