aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/ilbc/FrameClassify.h
blob: c0d4b4f2e6032598a3a464c692ea538a740ecb41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
/****************************************************************** 
 
    iLBC Speech Coder ANSI-C Source Code 
 
    FrameClassify.h 
 
    Copyright (c) 2001, 
    Global IP Sound AB. 
    All rights reserved. 
 
******************************************************************/ 
 
#ifndef __iLBC_FRAMECLASSIFY_H 
#define __iLBC_FRAMECLASSIFY_H 
 
int FrameClassify(  /* Index to the max-energy sub frame */ 
    float *residual /* (i) lpc residual signal */ 
); 
 
#endif