diff libgsmefr/dec_state.h @ 160:eefef9f6d533

libgsmefr: randomize d1035pf params in no-data BFI case
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 15 Dec 2022 07:23:18 +0000
parents dd79ec84283d
children
line wrap: on
line diff
--- a/libgsmefr/dec_state.h	Thu Dec 15 02:54:31 2022 +0000
+++ b/libgsmefr/dec_state.h	Thu Dec 15 07:23:18 2022 +0000
@@ -52,4 +52,6 @@
 	/* from pstfilt2.c */
 	Word16 res2[L_SUBFR];
 	Word16 mem_syn_pst[M];
+	/* our own addition */
+	Word32 L_pn_seed_nodata;
 };