~ubuntu-branches/ubuntu/raring/mumble/raring

« back to all changes in this revision

Viewing changes to speex/libspeex/vq_bfin.h

  • Committer: Bazaar Package Importer
  • Author(s): Thorvald Natvig
  • Date: 2010-01-09 19:28:50 UTC
  • mfrom: (9.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100109192850-zs4g5vwrrpd71kob
Tags: 1.2.1-2
Fix upgrade failure when upgrading mumble-server directly from 1.1.x
to 1.2.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Copyright (C) 2005 Analog Devices */
2
2
/**
3
3
   @file vq_bfin.h
4
 
   @author Jean-Marc Valin
 
4
   @author Jean-Marc Valin 
5
5
   @brief Blackfin-optimized vq routine
6
6
*/
7
7
/*
8
8
   Redistribution and use in source and binary forms, with or without
9
9
   modification, are permitted provided that the following conditions
10
10
   are met:
11
 
 
 
11
   
12
12
   - Redistributions of source code must retain the above copyright
13
13
   notice, this list of conditions and the following disclaimer.
14
 
 
 
14
   
15
15
   - Redistributions in binary form must reproduce the above copyright
16
16
   notice, this list of conditions and the following disclaimer in the
17
17
   documentation and/or other materials provided with the distribution.
18
 
 
 
18
   
19
19
   - Neither the name of the Xiph.org Foundation nor the names of its
20
20
   contributors may be used to endorse or promote products derived from
21
21
   this software without specific prior written permission.
22
 
 
 
22
   
23
23
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
24
24
   ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
25
25
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR