Ignore:
Timestamp:
10/17/06 16:55:28 (18 years ago)
Author:
r2d
Message:
  • added profile.c in libmpcpsy
File:
1 edited

Legend:

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

    r76 r77  
    7777void   Analyse_Filter(const PCMDataTyp*, SubbandFloatTyp*, const int);
    7878void   Analyse_Init ( float Left, float Right, SubbandFloatTyp* out, const int MaxBand );
    79 void   Klemm ( void );
     79
     80void SetQualityParams (PsyModel *, float );
     81int TestProfileParams ( PsyModel* );
    8082
    8183extern const float  Butfly    [7];              // Antialiasing to calculate the subband powers
     
    9395#define invSCF  (__invSCF + 6)
    9496
    95 void   Init_Skalenfaktoren             ( void );
    9697float  ISNR_Schaetzer                  ( const float* samples, const float comp, const int res);
    9798float  ISNR_Schaetzer_Trans            ( const float* samples, const float comp, const int res);
     
    111112
    112113// FIXME : put in lib header
    113 void         Init_SV7             ( void );
     114void         Init_SV7             ( mpc_encoder_t* );
    114115void         WriteHeader_SV7      ( mpc_encoder_t*, const unsigned int, const unsigned int, const unsigned int, const Uint32_t TotalFrames, const unsigned int SamplesRest, const unsigned int StreamVersion, const unsigned int SampleFreq );
    115116void         WriteBitstream_SV7   ( mpc_encoder_t*, const int, const SubbandQuantTyp* );
     
    135136void    Init_Tags        ( void );
    136137int     FinalizeTags     ( FILE* fp, unsigned int Version );
    137 int     addtag           ( const char* key, size_t keylen, const unsigned char* value, size_t valuelen, int converttoutf8, int flags );
     138int     addtag           ( const char* key, size_t keylen, const char* value, size_t valuelen, int converttoutf8, int flags );
    138139int     gettag           ( const char* key, char* dst, size_t len );
    139140int     CopyTags         ( const char* filename );
Note: See TracChangeset for help on using the changeset viewer.