Revision 5b21bdab libavcodec/ra288.h
libavcodec/ra288.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef RA288TABLES_H
|
|
23 |
#define RA288TABLES_H
|
|
22 |
#ifndef FFMPEG_RA288_H
|
|
23 |
#define FFMPEG_RA288_H
|
|
24 | 24 |
|
25 | 25 |
static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773, |
26 | 26 |
-0.515625,-0.90234375,-1.57910156,-2.76342773 }; |
... | ... | |
202 | 202 |
0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227 |
203 | 203 |
}; |
204 | 204 |
|
205 |
#endif /* RA288TABLES_H */ |
|
205 |
#endif /* FFMPEG_RA288_H */ |
Also available in: Unified diff