Ignore:
Timestamp:
10/02/07 12:20:18 (17 years ago)
Author:
r2d
Message:

changed mpc_quantizer size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/libmpcenc/quant.c

    r221 r359  
    243243// Linear quantizer for a subband
    244244void
    245 QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder )
     245QuantizeSubband ( mpc_int16_t* qu_output, const float* input, const int res, float* errors, const int maxNsOrder )
    246246{
    247247        int    n, quant;
     
    281281// NoiseShaper for a subband
    282282void
    283 QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR )
     283QuantizeSubbandWithNoiseShaping ( mpc_int16_t* qu_output, const float* input, const int res, float* errors, const float* FIR )
    284284{
    285285    float  signal;
Note: See TracChangeset for help on using the changeset viewer.