Home
last modified time | relevance | path

Searched defs:sround (Results 1 - 2 of 2) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A D_kiss_fft_guts_tm.h45 #undef sround macro
46 #define sround(x) sex16(((x) + (1<<(FRACBITS-1)) ) >> FRACBITS) macro
[all...]
/third_party/pulseaudio/speex/libspeexdsp/
H A D_kiss_fft_guts.h63 # define sround( x ) (kiss_fft_scalar)( ( (x) + (1<<(FRACBITS-1)) ) >> FRACBITS ) macro

Completed in 2 milliseconds