Changeset 124
- Timestamp:
- 11/13/06 01:34:41 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/trunk/src/mppenc.c
r110 r124 763 763 764 764 static void 765 Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const float* Pow[32], const int* Transient )765 Allocate ( const int MaxBand, int* res, float* x, int* scf, const float* comp, const float* smr, const SCFTriple* Pow, const int* Transient ) 766 766 { 767 767 int Band; … … 1800 1800 } 1801 1801 1802 Allocate ( Max_Band, Res_L, X[0].L, SCF_Index_L[0], SNR_comp_L, SMR.L, (const float**)Power_L, Transient ); // allocate bits for left + right channel1803 Allocate ( Max_Band, Res_R, X[0].R, SCF_Index_R[0], SNR_comp_R, SMR.R, (const float**)Power_R, Transient );1802 Allocate ( Max_Band, Res_L, X[0].L, SCF_Index_L[0], SNR_comp_L, SMR.L, Power_L, Transient ); // allocate bits for left + right channel 1803 Allocate ( Max_Band, Res_R, X[0].R, SCF_Index_R[0], SNR_comp_R, SMR.R, Power_R, Transient ); 1804 1804 1805 1805 Quantisierung ( Max_Band, Res_L, Res_R, X, Q ); // quantize samples
Note: See TracChangeset
for help on using the changeset viewer.