Searched refs:uni_rand (Results 1 – 1 of 1) sorted by relevance
119 static float uni_rand(int *seed) in uni_rand() function204 alpha = alpha + .4*uni_rand(&st->seed); in speex_decorrelate()238 x1 = uni_rand(&st->seed); in speex_decorrelate()239 x2 = uni_rand(&st->seed); in speex_decorrelate()245 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]); in speex_decorrelate()246 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]); in speex_decorrelate()