comparison ra288.h @ 7847:5a114f24632a libavcodec

misc spelling/wording/grammar fixes
author diego
date Thu, 11 Sep 2008 08:13:23 +0000
parents 58f33e404d6a
children b3ce73df10bb
comparison
equal deleted inserted replaced
7846:a7162bb60138 7847:5a114f24632a
124 0.96206665, 0.932769775, 0.895507813, 0.850585938, 0.798400879, 0.739379883, 124 0.96206665, 0.932769775, 0.895507813, 0.850585938, 0.798400879, 0.739379883,
125 0.674072266, 0.602996826, 0.526763916, 0.446014404, 0.361480713, 0.273834229, 125 0.674072266, 0.602996826, 0.526763916, 0.446014404, 0.361480713, 0.273834229,
126 0.183868408, 0.0923461914 126 0.183868408, 0.0923461914
127 }; 127 };
128 128
129 /** Synthesis bandwidth broadening table */ 129 /** synthesis bandwidth broadening table */
130 static const float syn_bw_tab[36]={ 130 static const float syn_bw_tab[36]={
131 0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488, 131 0.98828125, 0.976699829, 0.965254128, 0.953942537, 0.942763507, 0.931715488,
132 0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729, 132 0.920796931, 0.910006344, 0.899342179, 0.888803005, 0.878387332, 0.868093729,
133 0.857920766, 0.847867012, 0.837931097, 0.828111589, 0.818407178, 0.808816493, 133 0.857920766, 0.847867012, 0.837931097, 0.828111589, 0.818407178, 0.808816493,
134 0.799338162, 0.789970934, 0.780713439, 0.771564424, 0.762522638, 0.753586829, 134 0.799338162, 0.789970934, 0.780713439, 0.771564424, 0.762522638, 0.753586829,
135 0.744755745, 0.736028135, 0.727402806, 0.718878567, 0.710454226, 0.702128589, 135 0.744755745, 0.736028135, 0.727402806, 0.718878567, 0.710454226, 0.702128589,
136 0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103 136 0.693900526, 0.685768902, 0.677732527, 0.669790328, 0.66194123, 0.654184103
137 }; 137 };
138 138
139 /** Gain bandwidth broadening table */ 139 /** gain bandwidth broadening table */
140 static const float gain_bw_tab[10]={ 140 static const float gain_bw_tab[10]={
141 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709, 141 0.90625, 0.821289063, 0.74432373, 0.674499512, 0.61126709,
142 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227 142 0.553955078, 0.50201416, 0.454956055, 0.41229248, 0.373657227
143 }; 143 };
144 144