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

    r195 r203  
    7676# define mpc_int64_max 9223372036854775807ll
    7777
     78typedef struct mpc_quantizer {
     79        mpc_int32_t  L [36];
     80        mpc_int32_t  R [36];
     81} mpc_quantizer;
     82
    7883/// Libmpcdec error codes
    7984typedef enum mpc_status {
Note: See TracChangeset for help on using the changeset viewer.