diff libgsmhr1/dec_state.h @ 598:5809165fb140

libgsmhr1: integrate DTX functions for speech decoder
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 04 Dec 2025 09:51:11 +0000
parents 8e4ecdfadf5a
children c7c03231002d
line wrap: on
line diff
--- a/libgsmhr1/dec_state.h	Thu Dec 04 06:44:27 2025 +0000
+++ b/libgsmhr1/dec_state.h	Thu Dec 04 09:51:11 2025 +0000
@@ -33,7 +33,13 @@
 	Shortword pswLtpStateBaseDec[LTP_LEN + S_LEN];
 	Shortword pswPPreState[LTP_LEN + S_LEN];
 	Shortword swMuteFlagOld;
+	/* comfort noise interpolation */
 	Shortword swRxDTXState;
+	Shortword swR0OldCN;
+	Shortword swR0NewCN;
+	Longword pL_OldCorrSeq[NP + 1];
+	Longword pL_NewCorrSeq[NP + 1];
+	Longword pL_CorrSeq[NP + 1];
 };
 
 #endif