diff qcelpdata.h @ 9123:36a5caff8540 libavcodec

Part 2 of 2 of Kenan Gillet's 'make ff_qcelp_lspf2lpc more general' changeset. This one relocates the QCELP especific code to the qcelpdec.* files.
author reynaldo
date Wed, 04 Mar 2009 01:33:56 +0000
parents e9d9d946f213
children 3c98f3e1b719
line wrap: on
line diff
--- a/qcelpdata.h	Wed Mar 04 01:28:07 2009 +0000
+++ b/qcelpdata.h	Wed Mar 04 01:33:56 2009 +0000
@@ -550,4 +550,13 @@
  */
 #define QCELP_LSP_OCTAVE_PREDICTOR 29.0/32
 
+/**
+ * initial coefficient to perform bandwidth expansion on LPC
+ *
+ * @note: 0.9883 looks like an approximation of 253/256.
+ *
+ * TIA/EIA/IS-733 2.4.3.3.6 6
+ */
+#define QCELP_BANDWITH_EXPANSION_COEFF 0.9883
+
 #endif /* AVCODEC_QCELPDATA_H */