comparison ra288.h @ 7368:166e5712dcd8 libavcodec

Give windowing tables a more descriptive name (s/table1/syn_window/, s/table2/gain_window/).
author vitor
date Thu, 24 Jul 2008 03:50:06 +0000
parents 12d4a98a9255
children c6c6b6236ff3
comparison
equal deleted inserted replaced
7367:f8e1a1ef4a56 7368:166e5712dcd8
156 { 2.91845703125, -1.75048828125, 0.39306640625, 1.86767578125, -1.5322265625 }, 156 { 2.91845703125, -1.75048828125, 0.39306640625, 1.86767578125, -1.5322265625 },
157 { 1.8291015625, -0.2958984375, 0.02587890625, -0.13134765625, -1.61181640625}, 157 { 1.8291015625, -0.2958984375, 0.02587890625, -0.13134765625, -1.61181640625},
158 { 0.2958984375, 0.9853515625, -0.642578125, 1.984375, 0.1943359375 } 158 { 0.2958984375, 0.9853515625, -0.642578125, 1.984375, 0.1943359375 }
159 }; 159 };
160 160
161 static const float table1[111]={ 161 static const float syn_window[111]={
162 0.576690972, 0.580838025, 0.585013986, 0.589219987, 0.59345597, 0.597723007, 162 0.576690972, 0.580838025, 0.585013986, 0.589219987, 0.59345597, 0.597723007,
163 0.602020264, 0.606384277, 0.610748291, 0.615142822, 0.619598389, 0.624084473, 163 0.602020264, 0.606384277, 0.610748291, 0.615142822, 0.619598389, 0.624084473,
164 0.628570557, 0.633117676, 0.637695313, 0.642272949, 0.646911621, 0.651580811, 164 0.628570557, 0.633117676, 0.637695313, 0.642272949, 0.646911621, 0.651580811,
165 0.656280518, 0.66104126, 0.665802002, 0.670593262, 0.675445557, 0.680328369, 165 0.656280518, 0.66104126, 0.665802002, 0.670593262, 0.675445557, 0.680328369,
166 0.685241699, 0.690185547, 0.695159912, 0.700164795, 0.705230713, 0.710327148, 166 0.685241699, 0.690185547, 0.695159912, 0.700164795, 0.705230713, 0.710327148,
178 0.656921387, 0.620178223, 0.582000732, 0.542480469, 0.501739502, 0.459838867, 178 0.656921387, 0.620178223, 0.582000732, 0.542480469, 0.501739502, 0.459838867,
179 0.416900635, 0.373016357, 0.328277588, 0.282775879, 0.236663818, 0.189971924, 179 0.416900635, 0.373016357, 0.328277588, 0.282775879, 0.236663818, 0.189971924,
180 0.142852783, 0.0954284668,0.0477600098 180 0.142852783, 0.0954284668,0.0477600098
181 }; 181 };
182 182
183 static const float table2[38]={ 183 static const float gain_window[38]={
184 0.505699992, 0.524200022, 0.54339999, 0.563300014, 0.583953857, 0.60534668, 184 0.505699992, 0.524200022, 0.54339999, 0.563300014, 0.583953857, 0.60534668,
185 0.627502441, 0.650482178, 0.674316406, 0.699005127, 0.724578857, 0.75112915, 185 0.627502441, 0.650482178, 0.674316406, 0.699005127, 0.724578857, 0.75112915,
186 0.778625488, 0.807128906, 0.836669922, 0.86730957, 0.899078369, 0.932006836, 186 0.778625488, 0.807128906, 0.836669922, 0.86730957, 0.899078369, 0.932006836,
187 0.961486816, 0.982757568, 0.995635986, 1, 0.995819092, 0.983154297, 187 0.961486816, 0.982757568, 0.995635986, 1, 0.995819092, 0.983154297,
188 0.96206665, 0.932769775, 0.895507813, 0.850585938, 0.798400879, 0.739379883, 188 0.96206665, 0.932769775, 0.895507813, 0.850585938, 0.798400879, 0.739379883,