comparison libaf/af.h @ 8868:398e3fb7c103

10l bug for float conversion control + feature fix in volume control
author anders
date Fri, 10 Jan 2003 01:45:34 +0000
parents 558f0b1f45ee
children 36a5cdca733b
comparison
equal deleted inserted replaced
8867:558f0b1f45ee 8868:398e3fb7c103
68 #define AF_INIT_FAST 0x00000002 68 #define AF_INIT_FAST 0x00000002
69 #define AF_INIT_FORCE 0x00000003 69 #define AF_INIT_FORCE 0x00000003
70 #define AF_INIT_TYPE_MASK 0x00000003 70 #define AF_INIT_TYPE_MASK 0x00000003
71 71
72 #define AF_INIT_INT 0x00000000 72 #define AF_INIT_INT 0x00000000
73 #define AF_INIT_FLOAT 0x00000010 73 #define AF_INIT_FLOAT 0x00000004
74 #define AF_INIT_FORMAT_MASK 0x00000010 74 #define AF_INIT_FORMAT_MASK 0x00000004
75 75
76 // Default init type 76 // Default init type
77 #ifndef AF_INIT_TYPE 77 #ifndef AF_INIT_TYPE
78 #if defined(HAVE_SSE) || defined(HAVE_3DNOW) 78 #if defined(HAVE_SSE) || defined(HAVE_3DNOW)
79 #define AF_INIT_TYPE (af_cpu_speed?*af_cpu_speed:AF_INIT_FAST) 79 #define AF_INIT_TYPE (af_cpu_speed?*af_cpu_speed:AF_INIT_FAST)