Home
last modified time | relevance | path

Searched refs:IN_T (Results 1 – 2 of 2) sorted by relevance

/external/qemu/audio/
Dmixeng_template.h44 #define ET glue (ENDIAN_CONVERSION, glue (_, IN_T))
47 static mixeng_real inline glue (conv_, ET) (IN_T v) in glue()
49 IN_T nv = ENDIAN_CONVERT (v); in glue()
66 static IN_T inline glue (clip_, ET) (mixeng_real v) in glue()
76 return ENDIAN_CONVERT ((IN_T) (v * (IN_MAX - IN_MIN))); in glue()
78 return ENDIAN_CONVERT ((IN_T) ((v * IN_MAX) + HALF)); in glue()
84 static inline int64_t glue (conv_, ET) (IN_T v) in glue()
86 IN_T nv = ENDIAN_CONVERT (v); in glue()
94 static inline IN_T glue (clip_, ET) (int64_t v) in glue()
104 return ENDIAN_CONVERT ((IN_T) (v >> (32 - SHIFT))); in glue()
[all …]
Dmixeng.c36 #define IN_T int8_t macro
45 #undef IN_T
49 #define IN_T uint8_t macro
56 #undef IN_T
63 #define IN_T int16_t macro
81 #undef IN_T
85 #define IN_T uint16_t macro
101 #undef IN_T
105 #define IN_T int32_t macro
123 #undef IN_T
[all …]