~ubuntu-branches/ubuntu/trusty/iaxmodem/trusty-proposed

« back to all changes in this revision

Viewing changes to lib/spandsp/src/gsm0610_lpc.c

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2008-02-12 15:29:42 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212152942-28cxxstfy8iujm0p
Tags: 1.1.0~dfsg-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 * This code is based on the widely used GSM 06.10 code available from
26
26
 * http://kbs.cs.tu-berlin.de/~jutta/toast.html
27
27
 *
28
 
 * $Id: gsm0610_lpc.c,v 1.14 2007/01/03 14:15:35 steveu Exp $
 
28
 * $Id: gsm0610_lpc.c,v 1.15 2007/08/20 15:22:22 steveu Exp $
29
29
 */
30
30
 
31
31
/*! \file */
45
45
#include <stdlib.h>
46
46
 
47
47
#include "spandsp/telephony.h"
 
48
#include "spandsp/bitstream.h"
 
49
#include "spandsp/bit_operations.h"
48
50
#include "spandsp/dc_restore.h"
49
 
#include "spandsp/bit_operations.h"
50
51
#include "spandsp/vector_int.h"
51
52
#include "spandsp/gsm0610.h"
52
53