Make file access in cdr_custom similar to cdr_csv.
[asterisk-bristuff.git] / codecs / ilbc / hpInput.h
blob1de47003f1eeab4387691701af66ce1b94ce93b0
2 /******************************************************************
4 iLBC Speech Coder ANSI-C Source Code
6 hpInput.h
8 Copyright (C) The Internet Society (2004).
9 All Rights Reserved.
11 ******************************************************************/
15 #ifndef __iLBC_HPINPUT_H
16 #define __iLBC_HPINPUT_H
18 void hpInput(
19 float *In, /* (i) vector to filter */
20 int len, /* (i) length of vector to filter */
21 float *Out, /* (o) the resulting filtered vector */
22 float *mem /* (i/o) the filter state */
25 #endif