OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IN_T
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
mixeng_template.h
44
#define ET glue (ENDIAN_CONVERSION, glue (_,
IN_T
))
47
static mixeng_real inline glue (conv_, ET) (
IN_T
v)
49
IN_T
nv = ENDIAN_CONVERT (v);
66
static
IN_T
inline glue (clip_, ET) (mixeng_real v)
76
return ENDIAN_CONVERT ((
IN_T
) (v * (IN_MAX - IN_MIN)));
78
return ENDIAN_CONVERT ((
IN_T
) ((v * IN_MAX) + HALF));
84
static inline int64_t glue (conv_, ET) (
IN_T
v)
86
IN_T
nv = ENDIAN_CONVERT (v);
94
static inline
IN_T
glue (clip_, ET) (int64_t v)
104
return ENDIAN_CONVERT ((
IN_T
) (v >> (32 - SHIFT)))
[
all
...]
mixeng.c
36
#define
IN_T
int8_t
45
#undef
IN_T
49
#define
IN_T
uint8_t
56
#undef
IN_T
63
#define
IN_T
int16_t
81
#undef
IN_T
85
#define
IN_T
uint16_t
101
#undef
IN_T
105
#define
IN_T
int32_t
123
#undef
IN_T
[
all
...]
Completed in 279 milliseconds