Home
last modified time | relevance | path

Searched defs:QCONST32 (Results 1 – 6 of 6) sorted by relevance

/external/speex/libspeexdsp/
Dfixed_generic.h39 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits)))) macro
Darch.h151 #define QCONST32(x,bits) (x) macro
Dfixed_debug.h44 #define QCONST32(x,bits) ((spx_word32_t)(.5+(x)*(((spx_word32_t)1)<<(bits)))) macro
/external/libopus/celt/
Dfixed_generic.h71 #define QCONST32(x,bits) ((opus_val32)(.5+(x)*(((opus_val32)1)<<(bits)))) macro
Darch.h217 #define QCONST32(x,bits) (x) macro
Dfixed_debug.h53 #define QCONST32(x,bits) ((opus_val32)(.5+(x)*(((opus_val32)1)<<(bits)))) macro