coder_ra.h 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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. /* defines for the improved rate decision algorithm */
  70. #ifndef _CODER_RATE_H_
  71. #define _CODER_RATE_H_
  72. #include "qcoder.h"
  73. #define PITCH_NUM 2
  74. #define INC_FACTOR 16876 /* GBF: 1.03 in Q14 */
  75. #define LPC_ORDER_NOISE 8
  76. #define SNR_MAP_THRESHOLD 3
  77. #define IS96_INC 16474 /* G. Foerster: 1.00547 in Q14 */
  78. #define VOICE_INITIAL 65+12 /* for EVRC increasing dynamic range */
  79. #define VOICE_INITIAL_HI 55+12 /* for EVRC increasing dynamic range */
  80. #define STATVOICED 5
  81. #define SCALE_DOWN_ENERGY 31785 /* E. Chen: 0.97; changed from 0.96 on 20-Jan-95 */
  82. #define TLEVELS 8
  83. #define NEW_FORM_RESID YES
  84. #define THR_SIL_1_4 15 /* 14db below current energy is declared 1/4 rate silence */
  85. #define THR_SIL_1_2 9 /* 9db below current energy is declared 1/2 rate silence */
  86. #define THR_DIFFLSP 0.02 /* lsp must not change too quickly also for rate to
  87. * get bumped down */
  88. #define SMSNR 19661 /* E. Chen: 0.6; leaky integration constant used smooth snr estimate */
  89. /* changed on 8-Dec-94 per Sharath's recommendation */
  90. #define RATEM 0.02 /* bounds around avg rate that are acceptable */
  91. #define ALPHA_STAT 0.9995 /* 40second time constant */
  92. #define ADP 8
  93. #define NACF_ADAP_BGN_THR 9830 /* E. Chen: 0.3; threshold signifying frame does */
  94. /* not have any voiced speech in it */
  95. /* so we might start to adapt thresholds */
  96. #define NACF_SOLID_VOICED 16384 /* E. Chen: 0.5; threshold above which we are pretty sure */
  97. /* speech is present and thus SNRs can be */
  98. /* adjusted accordingly */
  99. #define FULLRATE_BPS 14.4
  100. #define HALFRATE_BPS 7.2
  101. #define QUARTER_BPS 3.6
  102. #define HIGH_BND_SNR 25.0 /*14.0*/ /* in db */
  103. #define LOW_BND_SNR 6.0 /* in db */
  104. #define THR_NACF_BUMPUP 0.4 /* if nacf is lower than this and not declared */
  105. /* unvoiced then bump up rate */
  106. #define THR_PRED_GAIN 5 /* in db, cc:08-23-94 */
  107. #define FIR_UNV_LEN 21
  108. #define HIGH_THRESH_LIM 5059644*16
  109. #define DECIMATE_F 2
  110. #define DEC_ORDER 17
  111. #define FULL_THRESH 1 /* the number of full rates in a row before */
  112. /* a hangover can occur */
  113. static short hangover[TLEVELS] =
  114. {8, 8, 8, 4, 1, 0, 0, 0};
  115. /* {7, 7, 7, 3, 0, 0, 0, 0}; */
  116. /* hangover as a function of signal to noise */
  117. /*ratio */
  118. /* linear discriminant coefficients for the voiced/unvoiced decision */
  119. /* 25-Oct-94 Weights */
  120. /*static float dis_coef[5] = {2.795007,-0.031928,0.0,0.973946,0.0}; */
  121. /* 03-March-95 Weights */
  122. /*static float dis_coef[5] = {320.3,-2.2086,0.0,1.01,0.0}; */
  123. /* 06-March-95 Weights */
  124. /*static float dis_coef[5] = {841.38,-5.778275,0.0,0.972353,0.0}; */
  125. /* 08-March-95 Weights, Revision 5.17, A5178f2.sln */
  126. /*static float dis_coef[5] = {5.190283,-0.092413,0.0,3.091836,0.0}; */
  127. /* 09-March-95 Weights B5178f2.sln */
  128. /*static float dis_coef[5] = {5.142671,-0.092313,0.0,3.134354,0.0}; */
  129. /* 30-March-95 Weights , Revision 5.21 C5178f2.sln */
  130. /*static float dis_coef[5] = {5.616,-0.1,0.0,3.65,0.0}; */
  131. static short THRESH_SNR[FREQBANDS][TLEVELS][2] =
  132. {
  133. /* low band thresholds */
  134. {
  135. {1792, 2304}, /* E. Chen: { {7.0, 9.0} , * 256 */
  136. {1792, 3226}, /* E. Chen: {7.0, 12.6} , * 256 */
  137. {2048, 4352}, /* E. Chen: {8.0, 17.0} , * 256 */
  138. {2202, 4736}, /* E. Chen: {8.6, 18.5} , * 256 */
  139. {2278, 4966}, /* E. Chen: {8.9, 19.4} , * 256 */
  140. {2406, 5350}, /* E. Chen: {9.4, 20.9} , * 256 */
  141. {2816, 6528}, /* E. Chen: {11.0, 25.5} , * 256 */
  142. {8090, 20378}}, /* E. Chen: {31.6, 79.6} },* 256 */
  143. /* high band thresholds, these are same as above */
  144. {
  145. {1792, 2304}, /* E. Chen: { {7.0, 9.0} , * 256 */
  146. {1792, 3226}, /* E. Chen: {7.0, 12.6} , * 256 */
  147. {2048, 4352}, /* E. Chen: {8.0, 17.0} , * 256 */
  148. {2202, 4736}, /* E. Chen: {8.6, 18.5} , * 256 */
  149. {2278, 4966}, /* E. Chen: {8.9, 19.4} , * 256 */
  150. {2406, 5350}, /* E. Chen: {9.4, 20.9} , * 256 */
  151. {2816, 6528}, /* E. Chen: {11.0, 25.5} , * 256 */
  152. {8090, 20378}} /* E. Chen: {31.6, 79.6} } * 256 */
  153. };
  154. static short LOWEST_LEVEL[FREQBANDS] =
  155. {160, 80}; /* G. Foerster: Thresholds in Q0 */
  156. #endif