Commit 36b1eca4 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue 2574: creating switch and making necessary changes

parent a0a3fc64
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -418,8 +418,11 @@ void adjustTargetSignal_fx(
    const Word16 method )       // Q0
{
    /* inter-frame shift variation and target shifting */

#ifndef FIX_2574_EQUI_CONDITION
    IF(method == 0)
#else
    IF(EQ_16(method, 16))
#endif // !FIX_2574_EQUI_CONDITION
    {
        interpTargetChannel_fx( target_fx, prevShift, currShift, L_shift_adapt );
    }
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@
#define FIX_BASOP_2560_STEREO_DFT_DEC_RESET             /* FhG: BASOP issue 2560: align reset of hStereoDft->res_gains_ind_fx[][] between BASOP and float */
#define HARMONIZE_2539_cng_energy                       /* FhG: basop issue 2539: harmonize cng_energy with its ivas derivate */
#define FIX_1585_ASAN_FORMAT_SW_ALT                     /* VA: float issue 1585: alternative fix memory leaks with format switching */
#define FIX_2574_EQUI_CONDITION                         /* FhG: BASOP issue 2574: Correction of equivalnecy condition to basic operation in function adjustTargetSignal_fx()*/

/* #################### End BE switches ################################## */