Hi, No one has really answered any of the questions I have posted here before but I am going to try again anyway.
If you feel they are too off topic please direct me to a place I can ask them. I am implementing a MPEG1 Layer III only decoder and encoder. I have Dist 10 as well as the mpg123 library that is used by lame as a reference but I need to know how to do the following for the decoder. This might impact how I implement the encoder also (so in that sense its relevant to this list). I would like to do the reordering step before the dequantization step. As far as I can see the only part hampering this is the the adjustment of the critical band boundary values done in the requantization. I have yet to see how reordering index behaves (ie what kind of sequence is generated) so I am not sure if its possible. Please can someone help me answer this question or direct me to someone who can help? Here are the different decoding flows.. ISO refrence 11172-3 and 13818-3 1) decode frame info 2) huffman decode 3) dequantize 4) reorder 5) stereo processing DIStribution 10 1) decode frame info 2) huffman decode 3) dequantize 4) stereo processing 5) reordering lame (mpg123 lib) not really sure when the reordering is done. I have not looked at the code enough. How I want to do it 1) decode frame info 2) huffman decode 3) reorder 4) dequantize 5) stereo processing _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
