comparison ra288.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents c6c6b6236ff3
children 58f33e404d6a
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
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 FFMPEG_RA288_H 22 #ifndef AVCODEC_RA288_H
23 #define FFMPEG_RA288_H 23 #define AVCODEC_RA288_H
24 24
25 static const float amptable[8]={ 25 static const float amptable[8]={
26 0.515625, 0.90234375, 1.57910156, 2.76342773, 26 0.515625, 0.90234375, 1.57910156, 2.76342773,
27 -0.515625, -0.90234375, -1.57910156, -2.76342773 27 -0.515625, -0.90234375, -1.57910156, -2.76342773
28 }; 28 };
204 static const float gain_bw_tab[10]={ 204 static const float gain_bw_tab[10]={
205 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709, 205 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709,
206 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227 206 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227
207 }; 207 };
208 208
209 #endif /* FFMPEG_RA288_H */ 209 #endif /* AVCODEC_RA288_H */