Searched refs:AVRandomState (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Drandom.h35 } AVRandomState; typedef in typeref:struct:__anon744
39 attribute_deprecated void av_init_random(unsigned int seed, AVRandomState *state);
41 void av_random_init(AVRandomState *state, unsigned int seed); ///< To be inlined, the struct must be visible. So it does not make sense to try and keep it opaque with malloc/free-like calls.
42 void av_random_generate_untempered_numbers(AVRandomState *state); ///< Regenerate the untempered numbers (must be done every 624 iterations, or it will loop).
52 static inline unsigned int av_random(AVRandomState *state)
73 static inline double av_random_real1(AVRandomState *state)
H A Drandom.c40 void av_random_init(AVRandomState *state, unsigned int seed)
60 void av_init_random(unsigned int seed, AVRandomState *state)
68 void av_random_generate_untempered_numbers(AVRandomState *state)
93 AVRandomState state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/include/libavutil/
H A Drandom.h35 } AVRandomState; typedef in typeref:struct:__anon943
39 attribute_deprecated void av_init_random(unsigned int seed, AVRandomState *state);
41 void av_random_init(AVRandomState *state, unsigned int seed); ///< To be inlined, the struct must be visible. So it does not make sense to try and keep it opaque with malloc/free-like calls.
42 void av_random_generate_untempered_numbers(AVRandomState *state); ///< Regenerate the untempered numbers (must be done every 624 iterations, or it will loop).
52 static inline unsigned int av_random(AVRandomState *state)
73 static inline double av_random_real1(AVRandomState *state)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Delbg.h42 AVRandomState *rand_state);
53 AVRandomState *rand_state);
H A Dmpc.h65 AVRandomState rnd;
H A Droqvideo.h61 AVRandomState randctx;
H A Dnellymoserdec.c47 AVRandomState random_state;
H A Delbg.c55 AVRandomState *rand_state;
321 AVRandomState *rand_state)
348 AVRandomState *rand_state)
H A Dcook.c111 AVRandomState random_state;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dffserver.c312 static AVRandomState random_state;

Completed in 125 milliseconds