Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/libavutil/
Dlfg.h33 typedef struct AVLFG { struct
36 } AVLFG; typedef
38 void av_lfg_init(AVLFG *c, unsigned int seed);
45 int av_lfg_init_from_data(AVLFG *c, const uint8_t *data, unsigned int length);
53 static inline unsigned int av_lfg_get(AVLFG *c){ in av_lfg_get()
64 static inline unsigned int av_mlfg_get(AVLFG *c){ in av_mlfg_get()
78 void av_bmg_get(AVLFG *lfg, double out[2]);
Dlfg.c32 av_cold void av_lfg_init(AVLFG *c, unsigned int seed) in av_lfg_init()
49 void av_bmg_get(AVLFG *lfg, double out[2]) in av_bmg_get()
64 int av_lfg_init_from_data(AVLFG *c, const uint8_t *data, unsigned int length) { in av_lfg_init_from_data()
/third_party/ffmpeg/libavcodec/
Delbg.h43 AVLFG *rand_state);
55 AVLFG *rand_state);
Dmpc.h66 AVLFG rnd;
Delbg.c57 AVLFG *rand_state;
339 AVLFG *rand_state) in avpriv_init_elbg()
373 AVLFG *rand_state) in avpriv_do_elbg()
Dac3dec.h220 AVLFG dith_state; ///< for dither generation
Dnellymoserdec.c51 AVLFG random_state;
/third_party/ffmpeg/libavresample/tests/
Davresample.c36 static double dbl_rand(AVLFG *lfg) in dbl_rand()
82 static void audiogen(AVLFG *rnd, void **data, enum AVSampleFormat sample_fmt, in audiogen()
192 AVLFG rnd; in main()
/third_party/ffmpeg/libavfilter/
Dvf_shufflepixels.c54 AVLFG c;
81 AVLFG *c = &s->c; in make_horizontal_map()
119 AVLFG *c = &s->c; in make_vertical_map()
158 AVLFG *c = &s->c; in make_block_map()
Dvf_noise.h40 AVLFG lfg;
Dvf_random.c34 AVLFG lfg;
Df_perms.c38 AVLFG lfg;
/third_party/ffmpeg/libavutil/tests/
Dlls.c31 AVLFG lfg; in main()
Dpca.c35 AVLFG prng; in main()
Dtree.c67 AVLFG prng; in main()
Daes.c76 AVLFG prng; in main()
Dlfg.c106 AVLFG state; in main()
/third_party/ffmpeg/libavcodec/tests/
Ddct.c119 static void init_block(int16_t block[64], int test, int is_idct, AVLFG *prng, int vals) in init_block()
189 AVLFG prng; in dct_error()
381 AVLFG prng; in idct248_error()
Drangecoder.c62 AVLFG prng; in main()
Dmotion.c48 AVLFG prng; in fill_random()
Djpeg2000dwt.c112 AVLFG prng; in main()
Dcabac.c145 AVLFG prng; in main()
/third_party/ffmpeg/libavdevice/tests/
Dtimefilter.c30 AVLFG prng; in main()
/third_party/ffmpeg/libavresample/
Ddither.c46 AVLFG lfg;
350 AVLFG seed_gen; in ff_dither_alloc()
/third_party/ffmpeg/tools/
Dprobetest.c98 AVLFG state; in main()

12