Commit 4171af29 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue 2616: Creating the switch and changing the wrong instrumentation.

parent e1206992
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -96,6 +96,7 @@
#define HARMONIZE_2598_tcx_arith_decode_envelope        /* FhG: harmonize tcx_arith_decode_envelope between EVS and IVAS versions */
#define HARMONIZE_2598_tcx_arith_encode_envelope        /* FhG: harmonize tcx_arith_encode_envelope between EVS and IVAS versions */
#define FIX_ISSUE_2594_FALSE_COMMENT                    /* FhG: basop issue 2594: fixing false comments about Q value*/
#define FIX_ISSUE_2617_WRONG_INSTR                      /* FhG: basop issue 2617: Instrumentation misuse in function unclr_classifier_dft_fx*/

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

+4 −0
Original line number Diff line number Diff line
@@ -1067,7 +1067,11 @@ void unclr_classifier_dft_fx(
    ELSE
    {
        relE_ST = hStereoClassif->relE_buf_fx[0];
#ifndef FIX_ISSUE_2617_WRONG_INSTR
        move16();
#else
        move32();
#endif // !FIX_ISSUE_2617_WRONG_INSTR        
    }

    IF( GT_32( hStereoClassif->relE_0_1_fx, relE_ST ) )