Ignore:
Timestamp:
09/29/06 16:55:39 (18 years ago)
Author:
r2d
Message:
  • added libmpcenc and a common directory
  • can compile libmpcenc and libmpcpsy don't know about linking
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/libmpcpsy.h

    r60 r64  
    4343#define MS2SPAT4             0.0625f
    4444
    45 // common ?
    46 #ifndef M_PI
    47 # define M_PI            3.1415926535897932384626433832795029     // 4*atan(1)
    48 # define M_PIl           3.1415926535897932384626433832795029L
    49 # define M_LN2           0.6931471805599453094172321214581766     // ln(2)
    50 # define M_LN2l          0.6931471805599453094172321214581766L
    51 # define M_LN10          2.3025850929940456840179914546843642     // ln 10 */
    52 # define M_LN10l         2.3025850929940456840179914546843642L
    53 #endif
    54 
    55 // mppenc.h
    56 #define CENTER            448                   // offset for centering current data in Main-array
    57 #define BLOCK            1152                   // blocksize
    58 #define ANABUFFER    (BLOCK + CENTER)           // size of PCM-data array for analysis
    59 
    6045
    6146#define KBD1    2.
     
    6853        float  S [32];
    6954} SMRTyp;
    70 
    71 typedef struct {
    72         float  L [36];
    73         float  R [36];
    74 } SubbandFloatTyp;
    75 
    76 typedef struct {
    77         float  L [ANABUFFER];
    78         float  R [ANABUFFER];
    79         float  M [ANABUFFER];
    80         float  S [ANABUFFER];
    81 } PCMDataTyp;
    8255
    8356typedef struct {
Note: See TracChangeset for help on using the changeset viewer.