Commit 5c55ad3a authored by malenov's avatar malenov
Browse files

missing normalization step inside FIX_976_USAN_PVQ_ENC_DEC_EVS_CR

parent df21a8ac
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -110,6 +110,7 @@ static void pvq_decode_band(
    for ( j = 0; j < Np; j++ )
    {
#ifdef FIX_976_USAN_PVQ_ENC_DEC_EVS_CR
        g_part[j] = -( (float) g_part_s[j] ) / 32768;
        /* note: here  g_part   needs to be become exactly  1.0(float) thus in BASOP  Word16 g_part_s is in the negative Q15 domain */
#endif