Changeset 77 for mppenc/branches/r2d/src/mppenc.h
- Timestamp:
- 10/17/06 16:55:28 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/src/mppenc.h
r76 r77 77 77 void Analyse_Filter(const PCMDataTyp*, SubbandFloatTyp*, const int); 78 78 void Analyse_Init ( float Left, float Right, SubbandFloatTyp* out, const int MaxBand ); 79 void Klemm ( void ); 79 80 void SetQualityParams (PsyModel *, float ); 81 int TestProfileParams ( PsyModel* ); 80 82 81 83 extern const float Butfly [7]; // Antialiasing to calculate the subband powers … … 93 95 #define invSCF (__invSCF + 6) 94 96 95 void Init_Skalenfaktoren ( void );96 97 float ISNR_Schaetzer ( const float* samples, const float comp, const int res); 97 98 float ISNR_Schaetzer_Trans ( const float* samples, const float comp, const int res); … … 111 112 112 113 // FIXME : put in lib header 113 void Init_SV7 ( void);114 void Init_SV7 ( mpc_encoder_t* ); 114 115 void 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 ); 115 116 void WriteBitstream_SV7 ( mpc_encoder_t*, const int, const SubbandQuantTyp* ); … … 135 136 void Init_Tags ( void ); 136 137 int FinalizeTags ( FILE* fp, unsigned int Version ); 137 int addtag ( const char* key, size_t keylen, const unsignedchar* value, size_t valuelen, int converttoutf8, int flags );138 int addtag ( const char* key, size_t keylen, const char* value, size_t valuelen, int converttoutf8, int flags ); 138 139 int gettag ( const char* key, char* dst, size_t len ); 139 140 int CopyTags ( const char* filename );
Note: See TracChangeset
for help on using the changeset viewer.