Ignore:
Timestamp:
02/08/07 14:29:39 (17 years ago)
Author:
r2d
Message:
  • added sv7 to sv8 conversion utility (still work to do, but able to convert basic files)
  • moved libmpcenc functions prototypes in libmpcenc.h
  • removed global variables from encode_sv7 (put in mpc_encoder_t)
File:
1 edited

Legend:

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

    r195 r203  
    5656};
    5757
    58 typedef struct mpc_quantizer {
    59     mpc_int32_t  L [36];
    60     mpc_int32_t  R [36];
    61 } mpc_quantizer;
    62 
    6358struct mpc_decoder_t {
    6459    /// @name internal state variables
Note: See TracChangeset for help on using the changeset viewer.