Commit 49126462 authored by Sandesh Venkatesh's avatar Sandesh Venkatesh
Browse files

LTV norm removal optimization

parent 3e1ce076
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -79,6 +79,7 @@


/* Note: each compile switch (FIX_1101_...) is independent from the other ones */
#define OPT_MCT_ENC_V3_NBE
#define OPT_MCH_DEC_V1_NBE
#define OPT_MCT_ENC_48KB_NBE
#define OPT_MCH_DEC_V1_BE
+4 −0
Original line number Diff line number Diff line
@@ -210,7 +210,11 @@ Word32 sum2_32_exp_fx(
    move64();
    move64();

#ifndef OPT_MCT_ENC_V3_NBE
    norm = L_norm_arr( vec, lvec );
#else
    norm = 0;
#endif

    gb = sub( gb, norm );