Home
last modified time | relevance | path

Searched refs:jflmsk (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/speex/libspeexdsp/
H A Dmath_approx.h52 const unsigned int jflmsk = 0x007fffff; in speex_rand() local
55 ran.i = jflone | (jflmsk & *seed); in speex_rand()
H A Dscal.c126 const unsigned int jflmsk = 0x007fffff; in uni_rand() local
129 ran.i = jflone | (jflmsk & *seed); in uni_rand()
/third_party/ffmpeg/libavcodec/
H A Dspeexdec.c300 const uint32_t jflmsk = 0x007fffff; in speex_rand() local
304 ran = jflone | (jflmsk & seed[0]); in speex_rand()

Completed in 5 milliseconds