Loading lib_dec/pvq_core_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_dec/pvq_core_dec.c +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading