wtab.dat 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. /*======================================================================*/
  2. /* Enhanced Variable Rate Codec - Bit-Exact C Specification */
  3. /* Copyright (C) 1997-1998 Telecommunications Industry Association. */
  4. /* All rights reserved. */
  5. /*----------------------------------------------------------------------*/
  6. /* Note: Reproduction and use of this software for the design and */
  7. /* development of North American Wideband CDMA Digital */
  8. /* Cellular Telephony Standards is authorized by the TIA. */
  9. /* The TIA does not authorize the use of this software for any */
  10. /* other purpose. */
  11. /* */
  12. /* The availability of this software does not provide any license */
  13. /* by implication, estoppel, or otherwise under any patent rights */
  14. /* of TIA member companies or others covering any use of the */
  15. /* contents herein. */
  16. /* */
  17. /* Any copies of this software or derivative works must include */
  18. /* this and all other proprietary notices. */
  19. /*======================================================================*/
  20. short w_table[17]={
  21. 16384,
  22. 16382,
  23. 16376,
  24. 16366,
  25. 16352,
  26. 16334,
  27. 16311,
  28. 16285,
  29. 16255,
  30. 16221,
  31. 16183,
  32. 16141,
  33. 16096,
  34. 16046,
  35. 15993,
  36. 15935,
  37. 15875
  38. };