Home
last modified time | relevance | path

Searched refs:AVLFG (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/3rdparty/include/ffmpeg_/libavutil/
Dlfg.h25 typedef struct AVLFG { struct
28 } AVLFG; argument
30 void av_lfg_init(AVLFG *c, unsigned int seed);
38 static inline unsigned int av_lfg_get(AVLFG *c){ in av_lfg_get()
48 static inline unsigned int av_mlfg_get(AVLFG *c){ in av_mlfg_get()
60 void av_bmg_get(AVLFG *lfg, double out[2]);