OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mixeng_real
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
mixeng.h
28
typedef float
mixeng_real
;
typedef
29
struct mixeng_volume { int mute;
mixeng_real
r;
mixeng_real
l; };
30
struct st_sample {
mixeng_real
l;
mixeng_real
r; };
mixeng_template.h
47
static
mixeng_real
inline glue (conv_, ET) (IN_T v)
53
return nv * (1.f / (
mixeng_real
) (IN_MAX - IN_MIN));
55
return (nv - HALF) * (1.f / (
mixeng_real
) IN_MAX);
59
return nv / (
mixeng_real
) (IN_MAX - IN_MIN);
61
return (nv - HALF) / (
mixeng_real
) IN_MAX;
66
static IN_T inline glue (clip_, ET) (
mixeng_real
v)
rate_template.h
38
mixeng_real
t;
87
t = (rate->opos & UINT_MAX) / (
mixeng_real
) UINT_MAX;
Completed in 55 milliseconds