> > I was able to find the byte sequences from the static > > const unsigned char rv_tbl[] array from > > lame/libmp3lame/fft.c in their exe (Flicker.exe > > 1.0.0.1). (using Cygwin od/grep/strings tools) > > The values are simple bit-reversed numbers. > They are common for all the FFT/FHT code and I think > it is not > sufficient evidence.
I also found byte sequences from libmp3lame/i386/choose_table.nas. >From tableDEF: C:\Program Files\ImageMatics>od -tx4 -w24 Flicker.exe | grep "00010003 00000001 0005000 00000005 00070006 00000007" 3573510 00010003 00000001 00050005 00000005 00070006 00000007 And from choose_table_H: C:\Program Files\ImageMatics>od -tx2 -w16 Flicker.exe | grep "1810 1811 1812 1813 1914 1a14 1b15 1c15" 3601660 1810 1811 1812 1813 1914 1a14 1b15 1c15 I don't know if these are common sequences or more lame specific. __________________________________ Do you Yahoo!? New Yahoo! Photos - easier uploading and sharing. http://photos.yahoo.com/ _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
