Ignore:
Timestamp:
10/02/06 20:41:38 (18 years ago)
Author:
r2d
Message:
  • mppenc can be compiled *but* doesn't work (segfault)
  • some variables are not initialized in the libs structs - TO BE FIXED
  • I have duplicated some (one ?) variables in the libs structs and the dup variables in libmpcenc are not used (and not initialized) - TO BE FIXED
File:
1 edited

Legend:

Unmodified
Added
Removed
  • mppenc/branches/r2d/libmpcpsy/psy.c

    r64 r65  
    5858#include "fastmath.h"
    5959#include "datatypes.h"
     60#include "minimax.h"
     61
     62
     63extern const float  iw        [PART_LONG];      // inverse partition-width for long
     64extern const float  iw_short  [PART_SHORT];     // inverse partition-width for short
     65extern const int    wl        [PART_LONG];      // w_low  for long
     66extern const int    wl_short  [PART_SHORT];     // w_low  for short
     67extern const int    wh        [PART_LONG];      // w_high for long
     68extern const int    wh_short  [PART_SHORT];     // w_high for short
    6069
    6170
Note: See TracChangeset for help on using the changeset viewer.