HomeSort by relevance Sort by last modified time
    Searched full:uni_rand (Results 1 - 1 of 1) sorted by null

  /external/speex/libspeex/
scal.c 119 static float uni_rand(int *seed) function
204 alpha = alpha + .4*uni_rand(&st->seed);
238 x1 = uni_rand(&st->seed);
239 x2 = uni_rand(&st->seed);
245 frame[0] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[0]);
246 frame[2*st->frame_size-1] = coef*uni_rand(&st->seed)*sqrt(.1+st->curve[st->frame_size-1]);

Completed in 27 milliseconds