Searched refs:rand_state (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Delbg.h38 * @param rand_state A random number generator state. Should be already initialised by av_random_init.
42 AVRandomState *rand_state);
53 AVRandomState *rand_state);
H A Delbg.c55 AVRandomState *rand_state; member in struct:__anon522
108 int r = av_random(elbg->rand_state)%(elbg->utility_inc[elbg->numCB-1]-1) + 1;
321 AVRandomState *rand_state)
334 ff_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
335 ff_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
348 AVRandomState *rand_state)
369 elbg->rand_state = rand_state;
319 ff_init_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVRandomState *rand_state) argument
346 ff_do_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVRandomState *rand_state) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/lib/
H A Dstdlib.in.h277 int srandom_r (unsigned int seed, struct random_data *rand_state);
279 struct random_data *rand_state);
280 int setstate_r (char *arg_state, struct random_data *rand_state);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/dhcp6/
H A Ddhcp6s.c157 char rand_state[256]; local
161 n = read(f, rand_state, sizeof(rand_state));
164 initstate(seed, rand_state, n);

Completed in 97 milliseconds