Searched refs:uni_rand (Results 1 – 1 of 1) sorted by relevance
123 static float uni_rand(int *seed) in uni_rand() function208 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()