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/mppenc/mppenc.h

    r149 r161  
    123123void writeBits (mpc_encoder_t * e, mpc_uint32_t input, unsigned int bits );
    124124void writeSeekTable (mpc_encoder_t * e);
    125 void         WriteBitstream_SV7   ( mpc_encoder_t*, const int, const SubbandQuantTyp* );
     125void writeBitstream_SV8 ( mpc_encoder_t*, int, const SubbandQuantTyp*);
    126126
    127127
Note: See TracChangeset for help on using the changeset viewer.