~ubuntu-branches/ubuntu/vivid/sflphone/vivid

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/third_party/speex/libspeex/exc_10_16_table.c

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2013-06-30 11:40:56 UTC
  • mfrom: (4.1.18 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130630114056-0np50jkyqo6vnmii
Tags: 1.2.3-2
* changeset_r92d62cfc54732bbbcfff2b1d36c096b120b981a5.diff 
  - fixes automatic endian detection 
* Update Vcs: fixes vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Copyright (C) 2002 Jean-Marc Valin
 
2
   File: exc_10_16_table.c
 
3
   Codebook for excitation in narrowband CELP mode (3200 bps)
 
4
 
 
5
   Redistribution and use in source and binary forms, with or without
 
6
   modification, are permitted provided that the following conditions
 
7
   are met:
 
8
 
 
9
   - Redistributions of source code must retain the above copyright
 
10
   notice, this list of conditions and the following disclaimer.
 
11
 
 
12
   - Redistributions in binary form must reproduce the above copyright
 
13
   notice, this list of conditions and the following disclaimer in the
 
14
   documentation and/or other materials provided with the distribution.
 
15
 
 
16
   - Neither the name of the Xiph.org Foundation nor the names of its
 
17
   contributors may be used to endorse or promote products derived from
 
18
   this software without specific prior written permission.
 
19
 
 
20
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
 
21
   ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
22
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
 
23
   A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR
 
24
   CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
 
25
   EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
26
   PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
27
   PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
28
   LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
29
   NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
 
30
   SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
31
*/
 
32
 
 
33
 
 
34
const signed char exc_10_16_table[160] = {
 
35
22,39,14,44,11,35,-2,23,-4,6,
 
36
46,-28,13,-27,-23,12,4,20,-5,9,
 
37
37,-18,-23,23,0,9,-6,-20,4,-1,
 
38
-17,-5,-4,17,0,1,9,-2,1,2,
 
39
2,-12,8,-25,39,15,9,16,-55,-11,
 
40
9,11,5,10,-2,-60,8,13,-6,11,
 
41
-16,27,-47,-12,11,1,16,-7,9,-3,
 
42
-29,9,-14,25,-19,34,36,12,40,-10,
 
43
-3,-24,-14,-37,-21,-35,-2,-36,3,-6,
 
44
67,28,6,-17,-3,-12,-16,-15,-17,-7,
 
45
-59,-36,-13,1,7,1,2,10,2,11,
 
46
13,10,8,-2,7,3,5,4,2,2,
 
47
-3,-8,4,-5,6,7,-42,15,35,-2,
 
48
-46,38,28,-20,-9,1,7,-3,0,-2,
 
49
0,0,0,0,0,0,0,0,0,0,
 
50
-15,-28,52,32,5,-5,-17,-20,-10,-1};