Changes between Version 2 and Version 3 of SV7FrameDecoding
- Timestamp:
- 05/25/07 17:36:44 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SV7FrameDecoding
v2 v3 1 1 = Decoding a sv7 frame = 2 2 3 For more details on the entropy decoding of musepack, see mpc_decoder_read_bitstream_sv7() in [source:libmpc/trunk/libmpcdec/mpc_decoder.c mpc_decoder.c] 3 For more details on the entropy decoding of musepack, see mpc_decoder_read_bitstream_sv7() in [source:libmpc/trunk/libmpcdec/mpc_decoder.c mpc_decoder.c][[BR]] 4 Huffman tables used in the decoding are declared in [source:libmpc/trunk/libmpcdec/huffman.c huffman.c]. sv7 huffman tables are '''not''' cannonical huffman tables. 4 5 5 6 === datas from stream header : === … … 149 150 == 5) Dequantization and inverse filtering == 150 151 151 You will need SCF, Q and ms_flag for this step.[[ br]]152 You will need SCF, Q and ms_flag for this step.[[BR]] 152 153 I think that those steps are the same as mpeg layer 2 dequantization and inverse filtering. Is this true ?