comparison qcelpdata.h @ 8147:3b9eefe120e6 libavcodec

Please keep original copyright heading and attribution lines...
author reynaldo
date Sat, 15 Nov 2008 20:19:20 +0000
parents f27d01aff4af
children 415b7d14ff75
comparison
equal deleted inserted replaced
8146:4a92ea42a8bc 8147:3b9eefe120e6
1 /* 1 /*
2 * part of QCELP decoder 2 * QCELP decoder
3 * Copyright (c) 2007 Reynaldo H. Verdejo Pinochet 3 * Copyright (c) 2007 Reynaldo H. Verdejo Pinochet
4 * 4 *
5 * This file is part of FFmpeg. 5 * This file is part of FFmpeg.
6 * 6 *
7 * FFmpeg is free software; you can redistribute it and/or 7 * FFmpeg is free software; you can redistribute it and/or
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVCODEC_QCELPDATA_H 22 #ifndef AVCODEC_QCELPDATA_H
23 #define AVCODEC_QCELPDATA_H 23 #define AVCODEC_QCELPDATA_H
24
25 /**
26 * @file qcelpdata.h
27 * QCELP decoder
28 * @author Reynaldo H. Verdejo Pinochet
29 */
24 30
25 #include <stdint.h> 31 #include <stdint.h>
26 32
27 /** 33 /**
28 * pre-calculated table for hammsinc function 34 * pre-calculated table for hammsinc function