Home
last modified time | relevance | path

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

/external/speex/libspeexdsp/
Dscal.c123 static float uni_rand(int *seed) in uni_rand() function
208 alpha = alpha + .4*uni_rand(&st->seed); in speex_decorrelate()
242 x1 = uni_rand(&st->seed); in speex_decorrelate()
243 x2 = uni_rand(&st->seed); in speex_decorrelate()
249 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]); in speex_decorrelate()
250 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]); in speex_decorrelate()
/external/rnnoise/src/
Ddenoise.c498 static float uni_rand() { in uni_rand() function
503 a[0] = .75*uni_rand(); in rand_resp()
504 a[1] = .75*uni_rand(); in rand_resp()
505 b[0] = .75*uni_rand(); in rand_resp()
506 b[1] = .75*uni_rand(); in rand_resp()