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

    r262 r359  
    4343/* C O N S T A N T S */
    4444// Bits per sample for chosen quantizer
    45 const mpc_uint32_t  Res_bit [18] = {
     45const mpc_uint8_t  Res_bit [18] = {
    4646    0,  0,  0,  0,  0,  0,  0,  0,  7,  8,  9, 10, 11, 12, 13, 14, 15, 16
    4747};
     
    6565// Requantization offset
    6666// 2*D+1 = steps of quantizer
    67 const mpc_int32_t  __Dc [1 + 18] = {
     67const mpc_int16_t  __Dc [1 + 18] = {
    6868      2,
    6969      0,     1,     2,     3,     4,     7,    15,    31,    63,
Note: See TracChangeset for help on using the changeset viewer.