Changeset 359 for libmpc/trunk/libmpcenc/quant.c
- Timestamp:
- 10/02/07 12:20:18 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/libmpcenc/quant.c
r221 r359 243 243 // Linear quantizer for a subband 244 244 void 245 QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder )245 QuantizeSubband ( mpc_int16_t* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ) 246 246 { 247 247 int n, quant; … … 281 281 // NoiseShaper for a subband 282 282 void 283 QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR )283 QuantizeSubbandWithNoiseShaping ( mpc_int16_t* qu_output, const float* input, const int res, float* errors, const float* FIR ) 284 284 { 285 285 float signal;
Note: See TracChangeset
for help on using the changeset viewer.