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/libmpcdec/mpc_decoder.c

    r314 r359  
    205205    MPC_SAMPLE_FORMAT* YL;
    206206    MPC_SAMPLE_FORMAT* YR;
    207     mpc_int32_t*    L;
    208     mpc_int32_t*    R;
     207    mpc_int16_t*    L;
     208    mpc_int16_t*    R;
    209209        const mpc_int32_t Last_Band = d->max_band;
    210210
     
    453453    /***************************** Samples ****************************/
    454454    for ( n = 0; n < Max_used_Band; n++ ) {
    455                 mpc_int32_t *q = d->Q[n].L, Res = d->Res_L[n];
     455                mpc_int16_t *q = d->Q[n].L, Res = d->Res_L[n];
    456456                do {
    457457                        mpc_int32_t k;
     
    615615        /***************************** Samples ****************************/
    616616        for ( n = 0; n < Max_used_Band; n++ ) {
    617                 mpc_int32_t *q = d->Q[n].L, Res = d->Res_L[n];
     617                mpc_int16_t *q = d->Q[n].L, Res = d->Res_L[n];
    618618                static const unsigned int thres[] = {0, 0, 3, 0, 0, 1, 3, 4, 8};
    619619                static const mpc_int8_t HuffQ2_var[5*5*5] =
Note: See TracChangeset for help on using the changeset viewer.