Home
last modified time | relevance | path

Searched defs:ftofix32 (Results 1 – 2 of 2) sorted by relevance

/dports/audio/deadbeef/deadbeef-0.7.2/plugins/wma/libwma/
H A Dwmafixed.h38 #define ftofix32(x) ((fixed32)((x) * (float)(1 << PRECISION) + ((x) < 0 ? -0.5 : 0.5))) macro
/dports/multimedia/vlc/vlc-3.0.16/modules/codec/wmafixed/
H A Dwmafixed.h34 #define ftofix32(x) ((int32_t)((x) * (float)(1 << PRECISION) + ((x) < 0 ? -0.5 : 0.5))) macro