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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Delbg.h38 * @param rand_state A random number generator state. Should be already initialized by av_lfg_init().
42 AVLFG *rand_state);
53 AVLFG *rand_state);
H A Delbg.c55 AVLFG *rand_state; member in struct:__anon1907
109 int r = av_lfg_get(elbg->rand_state)%elbg->utility_inc[elbg->numCB-1] + 1;
327 AVLFG *rand_state)
340 ff_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
341 ff_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
354 AVLFG *rand_state)
377 elbg->rand_state = rand_state;
325 ff_init_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVLFG *rand_state) argument
352 ff_do_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVLFG *rand_state) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Delbg.h38 * @param rand_state A random number generator state. Should be already initialized by av_lfg_init().
42 AVLFG *rand_state);
53 AVLFG *rand_state);
H A Delbg.c57 AVLFG *rand_state; member in struct:__anon3135
114 r = av_lfg_get(elbg->rand_state) % (unsigned int)elbg->utility_inc[elbg->numCB-1] + 1;
116 r = av_lfg_get(elbg->rand_state);
117 r = (av_lfg_get(elbg->rand_state) + (r<<32)) % elbg->utility_inc[elbg->numCB-1] + 1;
339 AVLFG *rand_state)
352 avpriv_init_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
353 avpriv_do_elbg(temp_points, dim, numpoints/8, codebook, numCB, 2*max_steps, closest_cb, rand_state);
366 AVLFG *rand_state)
389 elbg->rand_state = rand_state;
337 avpriv_init_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVLFG *rand_state) argument
364 avpriv_do_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int max_steps, int *closest_cb, AVLFG *rand_state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdlib.in.h428 (unsigned int seed, struct random_data *rand_state)
432 (unsigned int seed, struct random_data *rand_state));
446 struct random_data *rand_state)
451 struct random_data *rand_state));
464 (char *arg_state, struct random_data *rand_state)
468 (char *arg_state, struct random_data *rand_state));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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);
/netgear-R7000-V1.0.7.12_1.2.5/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 61 milliseconds