Home
last modified time | relevance | path

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

/openbmc/qemu/audio/
H A Dmixeng.c275 static const float float_scale = (int64_t)INT32_MAX + 1; variable
276 #define CONV_NATURAL_FLOAT(x) ((x) * float_scale)
282 #define CLIP_NATURAL_FLOAT(x) ((x) / float_scale)