comparison ra288.h @ 7371:c6c6b6236ff3 libavcodec

Rename and comment bandwidth broadening tables (s/table1a/syn_bw_tab/, s/table2a/gain_bw_tab/).
author vitor
date Thu, 24 Jul 2008 04:15:50 +0000
parents 166e5712dcd8
children c4a4495715dd
comparison
equal deleted inserted replaced
7370:61df1ddb1001 7371:c6c6b6236ff3
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,
189 0.674072266, 0.602996826, 0.526763916, 0.446014404, 0.361480713, 0.273834229, 189 0.674072266, 0.602996826, 0.526763916, 0.446014404, 0.361480713, 0.273834229,
190 0.183868408, 0.0923461914 190 0.183868408, 0.0923461914
191 }; 191 };
192 192
193 static const float table1a[36]={ 193 /** Synthesis bandwidth broadening table */
194 static const float syn_bw_tab[36]={
194 0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488, 195 0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488,
195 0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729, 196 0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729,
196 0.857920766, 0.847867012, 0.837931097, 0.828111589, 0.818407178, 0.808816493, 197 0.857920766, 0.847867012, 0.837931097, 0.828111589, 0.818407178, 0.808816493,
197 0.799338162, 0.789970934, 0.780713439, 0.771564424, 0.762522638, 0.753586829, 198 0.799338162, 0.789970934, 0.780713439, 0.771564424, 0.762522638, 0.753586829,
198 0.744755745, 0.736028135, 0.727402806, 0.718878567, 0.710454226, 0.702128589, 199 0.744755745, 0.736028135, 0.727402806, 0.718878567, 0.710454226, 0.702128589,
199 0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103 200 0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103
200 }; 201 };
201 202
202 static const float table2a[10]={ 203 /** Gain bandwidth broadening table */
204 static const float gain_bw_tab[10]={
203 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709, 205 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709,
204 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227 206 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227
205 }; 207 };
206 208
207 #endif /* FFMPEG_RA288_H */ 209 #endif /* FFMPEG_RA288_H */