Changeset 65 for mppenc/branches/r2d/libmpcpsy/psy.c
- Timestamp:
- 10/02/06 20:41:38 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
mppenc/branches/r2d/libmpcpsy/psy.c
r64 r65 58 58 #include "fastmath.h" 59 59 #include "datatypes.h" 60 #include "minimax.h" 61 62 63 extern const float iw [PART_LONG]; // inverse partition-width for long 64 extern const float iw_short [PART_SHORT]; // inverse partition-width for short 65 extern const int wl [PART_LONG]; // w_low for long 66 extern const int wl_short [PART_SHORT]; // w_low for short 67 extern const int wh [PART_LONG]; // w_high for long 68 extern const int wh_short [PART_SHORT]; // w_high for short 60 69 61 70
Note: See TracChangeset
for help on using the changeset viewer.