Changeset 299 for libmpc/trunk/include
- Timestamp:
- 04/27/07 12:50:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libmpc/trunk/include/mpc/mpc_types.h
r204 r299 93 93 94 94 #ifdef MPC_FIXED_POINT 95 # define MPC_FIXED_POINT_SHIFT 16 96 # define MPC_FIXED_POINT_FRACTPART 14 97 # define MPC_FIXED_POINT_SCALE_SHIFT (MPC_FIXED_POINT_SHIFT + MPC_FIXED_POINT_FRACTPART) 98 # define MPC_FIXED_POINT_SCALE (1 << (MPC_FIXED_POINT_SCALE_SHIFT - 1)) 95 99 typedef mpc_int32_t MPC_SAMPLE_FORMAT; 96 100 #else
Note: See TracChangeset
for help on using the changeset viewer.