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/encode_sv7.c

    r317 r359  
    301301        for ( n = 0; n < MaxBand; n++ ) {
    302302                int Res = Res_L[n];
    303                 const int * q = e->Q[n].L;
     303                const mpc_int16_t * q = e->Q[n].L;
    304304                static const unsigned int thres[] = {0, 0, 3, 7, 9, 1, 3, 4, 8};
    305305                static const int HuffQ2_var[5*5*5] =
Note: See TracChangeset for help on using the changeset viewer.