macro.h 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /**********************************************************************
  2. Each of the companies; Lucent, Motorola, Nokia, and Qualcomm (hereinafter
  3. referred to individually as "Source" or collectively as "Sources") do
  4. hereby state:
  5. To the extent to which the Source(s) may legally and freely do so, the
  6. Source(s), upon submission of a Contribution, grant(s) a free,
  7. irrevocable, non-exclusive, license to the Third Generation Partnership
  8. Project 2 (3GPP2) and its Organizational Partners: ARIB, CCSA, TIA, TTA,
  9. and TTC, under the Source's copyright or copyright license rights in the
  10. Contribution, to, in whole or in part, copy, make derivative works,
  11. perform, display and distribute the Contribution and derivative works
  12. thereof consistent with 3GPP2's and each Organizational Partner's
  13. policies and procedures, with the right to (i) sublicense the foregoing
  14. rights consistent with 3GPP2's and each Organizational Partner's policies
  15. and procedures and (ii) copyright and sell, if applicable) in 3GPP2's name
  16. or each Organizational Partner's name any 3GPP2 or transposed Publication
  17. even though this Publication may contain the Contribution or a derivative
  18. work thereof. The Contribution shall disclose any known limitations on
  19. the Source's rights to license as herein provided.
  20. When a Contribution is submitted by the Source(s) to assist the
  21. formulating groups of 3GPP2 or any of its Organizational Partners, it
  22. is proposed to the Committee as a basis for discussion and is not to
  23. be construed as a binding proposal on the Source(s). The Source(s)
  24. specifically reserve(s) the right to amend or modify the material
  25. contained in the Contribution. Nothing contained in the Contribution
  26. shall, except as herein expressly provided, be construed as conferring
  27. by implication, estoppel or otherwise, any license or right under (i)
  28. any existing or later issuing patent, whether or not the use of
  29. information in the document necessarily employs an invention of any
  30. existing or later issued patent, (ii) any copyright, (iii) any
  31. trademark, or (iv) any other intellectual property right.
  32. With respect to the Software necessary for the practice of any or
  33. all Normative portions of the Enhanced Variable Rate Codec (EVRC) as
  34. it exists on the date of submittal of this form, should the EVRC be
  35. approved as a Specification or Report by 3GPP2, or as a transposed
  36. Standard by any of the 3GPP2's Organizational Partners, the Source(s)
  37. state(s) that a worldwide license to reproduce, use and distribute the
  38. Software, the license rights to which are held by the Source(s), will
  39. be made available to applicants under terms and conditions that are
  40. reasonable and non-discriminatory, which may include monetary compensation,
  41. and only to the extent necessary for the practice of any or all of the
  42. Normative portions of the EVRC or the field of use of practice of the
  43. EVRC Specification, Report, or Standard. The statement contained above
  44. is irrevocable and shall be binding upon the Source(s). In the event
  45. the rights of the Source(s) in and to copyright or copyright license
  46. rights subject to such commitment are assigned or transferred, the
  47. Source(s) shall notify the assignee or transferee of the existence of
  48. such commitments.
  49. *******************************************************************/
  50. /*======================================================================*/
  51. /* Enhanced Variable Rate Codec - Bit-Exact C Specification */
  52. /* Copyright (C) 1997-1998 Telecommunications Industry Association. */
  53. /* All rights reserved. */
  54. /*----------------------------------------------------------------------*/
  55. /* Note: Reproduction and use of this software for the design and */
  56. /* development of North American Wideband CDMA Digital */
  57. /* Cellular Telephony Standards is authorized by the TIA. */
  58. /* The TIA does not authorize the use of this software for any */
  59. /* other purpose. */
  60. /* */
  61. /* The availability of this software does not provide any license */
  62. /* by implication, estoppel, or otherwise under any patent rights */
  63. /* of TIA member companies or others covering any use of the */
  64. /* contents herein. */
  65. /* */
  66. /* Any copies of this software or derivative works must include */
  67. /* this and all other proprietary notices. */
  68. /*======================================================================*/
  69. /* Module: macro.h */
  70. #ifndef _MACRO_H_
  71. #define _MACRO_H_
  72. /* #define UNIX */
  73. /* Macros */
  74. #define Min(a,b) (a<b ? a:b)
  75. #define Max(a,b) (a>b ? a:b)
  76. #define Sign(Z) ((Z) < 0 ? -1l : 1l)
  77. #define UNIX_DEBUG(x)
  78. #define SPACING 9
  79. /* includes */
  80. #include <stdlib.h>
  81. //#include <math.h>
  82. #include <stdio.h>
  83. #include <fcntl.h>
  84. /* generic definitions */
  85. #define FALSE 0
  86. #define TRUE 1
  87. /* user function definition */
  88. #include "proto.h"
  89. /* speech coder parameters */
  90. #define FrameSize 160 /* CELP frame size */
  91. #define NoOfSubFrames 3 /* Number of sub frames in one frame */
  92. #define SubFrameSize 54
  93. #define HPMEMORY FrameSize+SubFrameSize
  94. /* Memory required for HPspeech array */
  95. #define ORDER 10 /* LPC order */
  96. #define MIN_LSP_SEP 261 /* (64Hz=0.05/(2*PI)*32767 Min. LSP Separation */
  97. #define GAMMA1 29491 /*0.9*/ /* Weighting filter fraction coefficient */
  98. #define GAMMA2 16384 /*0.5*/ /* Weighting filter fraction coefficient (>.5 muffled)*/
  99. #define maxFCBGainSize 32 /* Size of fcb scalar gain (8k,=16 for 4k*/
  100. #define ACBGainSize 8 /* Size of acb scalar gain */
  101. #define Hlength SubFrameSize /* Length of impulse response */
  102. #define ACBMemSize 128 /* Size of adaptive c.b. memory */
  103. #define PACKWDSNUM 11 /* Without one word for frame erasure signaling */
  104. #define PACKBYTESNUM 16
  105. #define _Gamma_4 32571 /*0.994*/
  106. /* Post filter definitions */
  107. #define ALPHA 18678 /*0.57*/ /* Short term post filter parameter (whiten formants)*/
  108. #define BETA 24576 /*0.75*/ /* Short term post filter parameter (boost formants)*/
  109. #define U 6554 /*0.20*/ /* Spectral tilt (orig=.2, >.2 clear, <.2 muffled)*/
  110. #define AGC 27853 /*0.85*/ /* AGC factor */
  111. #define LTGAIN 16384 /*0.50*/ /* Long term post filter gain */
  112. /* Post filter defines for half rate */
  113. #define HALF_ALPHA 16384 /*0.50*/ /* Short term post filter parameter (whiten formants)*/
  114. #define HALF_U 11469 /*0.35*/ /* Spectral tilt (orig=.2, >.2 clear, <.2 muffled)*/
  115. /* Rcelp parameters */
  116. #define GUARD 80 /* Guard buffers for RCELP */
  117. #define RRESOLUTION 8 /* Jitter resolution */
  118. #define RSHIFT 3 /* Search boundary */
  119. #define DMIN 20 /* Minimum delay */
  120. #define DMAX 120 /* Maximum delay */
  121. #define BLPRECISION 8 /* Interpolation filter taps */
  122. #define BLFREQ 29491 /*0.9*/ /* Cut-off filter frequency */
  123. #define EXTRA 10 /* Extra samples calc. in exc. */
  124. #endif