Ignore:
Timestamp:
12/18/06 20:52:54 (17 years ago)
Author:
r2d
Message:
  • changed entropy coding (all huffman tables are canonical)
  • scalefactor range now -6..121, no more clipping
  • compression gain is 2.36% on the test file
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/branches/r2d/libmpcdec/decoder.h

    r151 r161  
    7373        mpc_uint64_t decoded_samples;    ///< Number of samples decoded from file begining
    7474        mpc_uint32_t samples_to_skip;    ///< Number samples to skip (used for seeking)
     75        mpc_int32_t last_max_band;       ///< number of bands used in the last frame
    7576
    7677    // randomizer state variables
Note: See TracChangeset for help on using the changeset viewer.