[FFmpeg-soc] [soc]: r3049 - aac/aactab.c
superdump
subversion at mplayerhq.hu
Thu Aug 7 11:55:49 CEST 2008
Author: superdump
Date: Thu Aug 7 11:55:49 2008
New Revision: 3049
Log:
Doxygen-ise comment and describe what the table is
Modified:
aac/aactab.c
Modified: aac/aactab.c
==============================================================================
--- aac/aactab.c (original)
+++ aac/aactab.c Thu Aug 7 11:55:49 2008
@@ -809,7 +809,10 @@ const float ff_aac_ivquant_tab[IVQUANT_S
4064.0312908, 4074.6805676, 4085.3368071, 4096.0000000,
};
-/* [ 0, 255] scale factor decoding when using C dsp.float_to_int16
+/**
+ * Table of pow(2, (i - 200)/4.) used for different purposes depending on the
+ * range of indices to the table:
+ * [ 0, 255] scale factor decoding when using C dsp.float_to_int16
* [60, 315] scale factor decoding when using SIMD dsp.float_to_int16
* [45, 300] intensity stereo position decoding mapped in reverse order i.e. 0->300, 1->299, ..., 254->46, 255->45
*/
More information about the FFmpeg-soc
mailing list