Changes between Version 2 and Version 3 of SV7FrameDecoding


Ignore:
Timestamp:
05/25/07 17:36:44 (17 years ago)
Author:
r2d
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SV7FrameDecoding

    v2 v3  
    11= Decoding a sv7 frame =
    22
    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]
     3For 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]]
     4Huffman tables used in the decoding are declared in [source:libmpc/trunk/libmpcdec/huffman.c huffman.c]. sv7 huffman tables are '''not''' cannonical huffman tables.
    45
    56=== datas from stream header : ===
     
    149150== 5) Dequantization and inverse filtering ==
    150151
    151 You will need SCF, Q and ms_flag for this step.[[br]]
     152You will need SCF, Q and ms_flag for this step.[[BR]]
    152153I think that those steps are the same as mpeg layer 2 dequantization and inverse filtering. Is this true ?