1234567891011121314151617181920212223242526272829303132333435363738 |
- /*======================================================================*/
- /* Enhanced Variable Rate Codec - Bit-Exact C Specification */
- /* Copyright (C) 1997-1998 Telecommunications Industry Association. */
- /* All rights reserved. */
- /*----------------------------------------------------------------------*/
- /* Note: Reproduction and use of this software for the design and */
- /* development of North American Wideband CDMA Digital */
- /* Cellular Telephony Standards is authorized by the TIA. */
- /* The TIA does not authorize the use of this software for any */
- /* other purpose. */
- /* */
- /* The availability of this software does not provide any license */
- /* by implication, estoppel, or otherwise under any patent rights */
- /* of TIA member companies or others covering any use of the */
- /* contents herein. */
- /* */
- /* Any copies of this software or derivative works must include */
- /* this and all other proprietary notices. */
- /*======================================================================*/
- long w_long[17]={
- 1073774036,
- 1073609364,
- 1073212082,
- 1072550272,
- 1071624423,
- 1070435221,
- 1068983543,
- 1067270462,
- 1065297241,
- 1063065333,
- 1060576382,
- 1057832214,
- 1054834844,
- 1051586465,
- 1048089451,
- 1044346350,
- 1040359887
- };
|