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/include/mpcdec/mpcdec.h

    r151 r161  
    6060        mpc_int32_t bits;       /// number of bits consumed by this frame (-1) if end of stream
    6161        MPC_SAMPLE_FORMAT * buffer;     /// frame samples buffer (size = samples * channels * sizeof(MPC_SAMPLE_FORMAT)
     62        mpc_bool_t is_key_frame; /// 1 if this frame is a key frame (first in block) 0 else. Set by the demuxer.
    6263} mpc_frame_info;
    6364
Note: See TracChangeset for help on using the changeset viewer.