mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
Cosmetics: reindent tables
Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
f803495415
commit
f27f0fc374
@ -22,8 +22,10 @@
|
||||
#ifndef FFMPEG_RA288_H
|
||||
#define FFMPEG_RA288_H
|
||||
|
||||
static const float amptable[8]={ 0.515625, 0.90234375, 1.57910156, 2.76342773,
|
||||
-0.515625,-0.90234375,-1.57910156,-2.76342773 };
|
||||
static const float amptable[8]={
|
||||
0.515625, 0.90234375, 1.57910156, 2.76342773,
|
||||
-0.515625, -0.90234375, -1.57910156, -2.76342773
|
||||
};
|
||||
|
||||
static const float codetable[128][5]={
|
||||
{ 0.326171875, -1.4404296875, -0.6123046875, -0.8740234375, -1.24658203125},
|
||||
@ -175,7 +177,7 @@ static const float table1[111]={
|
||||
0.843322754, 0.816680908, 0.788208008, 0.757904053, 0.725891113, 0.692199707,
|
||||
0.656921387, 0.620178223, 0.582000732, 0.542480469, 0.501739502, 0.459838867,
|
||||
0.416900635, 0.373016357, 0.328277588, 0.282775879, 0.236663818, 0.189971924,
|
||||
0.142852783, 0.0954284668, 0.0477600098
|
||||
0.142852783, 0.0954284668,0.0477600098
|
||||
};
|
||||
|
||||
static const float table2[38]={
|
||||
|
Loading…
x
Reference in New Issue
Block a user