~davewalker/ubuntu/maverick/asterisk/lp_705014

« back to all changes in this revision

Viewing changes to codecs/lpc10/placea.c

  • Committer: Bazaar Package Importer
  • Author(s): Kilian Krause
  • Date: 2005-03-09 22:09:05 UTC
  • mto: (1.2.1 upstream) (8.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20050309220905-9afy6hcpw96xbr6j
Tags: upstream-1.0.6
ImportĀ upstreamĀ versionĀ 1.0.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
2
 
3
3
$Log: placea.c,v $
 
4
Revision 1.16  2004/06/26 03:50:14  markster
 
5
Merge source cleanups (bug #1911)
 
6
 
4
7
Revision 1.15  2003/09/19 01:20:22  markster
5
8
Code cleanups (bug #66)
6
9
 
22
25
 
23
26
*/
24
27
 
25
 
#ifdef P_R_O_T_O_T_Y_P_E_S
26
 
extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *af, integer *vwin, integer *awin, integer *ewin, integer *lframe, integer *maxwin);
27
 
#endif
28
 
 
29
28
/*  -- translated by f2c (version 19951025).
30
29
   You must link the resulting object file with the libraries:
31
30
        -lf2c -lm   (in that order)
33
32
 
34
33
#include "f2c.h"
35
34
 
 
35
#ifdef P_R_O_T_O_T_Y_P_E_S
 
36
extern int placea_(integer *ipitch, integer *voibuf, integer *obound, integer *af, integer *vwin, integer *awin, integer *ewin, integer *lframe, integer *maxwin);
 
37
#endif
 
38
 
36
39
/* *********************************************************************** */
37
40
 
38
41
/*      PLACEA Version 48 */
39
42
 
40
43
/* $Log: placea.c,v $
 
44
/* Revision 1.16  2004/06/26 03:50:14  markster
 
45
/* Merge source cleanups (bug #1911)
 
46
/*
41
47
/* Revision 1.15  2003/09/19 01:20:22  markster
42
48
/* Code cleanups (bug #66)
43
49
/*