FFmpeg
|
#include <inttypes.h>
#include <limits.h>
#include <math.h>
#include "lfg.h"
#include "md5.h"
#include "intreadwrite.h"
#include "attributes.h"
Go to the source code of this file.
Functions | |
av_cold void | av_lfg_init (AVLFG *c, unsigned int seed) |
void | av_bmg_get (AVLFG *lfg, double out[2]) |
Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg. More... | |
Function Documentation
Get the next two numbers generated by a Box-Muller Gaussian generator using the random numbers issued by lfg.
- Parameters
-
out array where the two generated numbers are placed
Definition at line 47 of file lfg.c.
Referenced by av_bmg_get(), and av_mlfg_get().
Definition at line 30 of file lfg.c.
Referenced by a64multi_init_encoder(), ac3_decode_init(), amrwb_decode_init(), av_aes_init(), av_bmg_get(), av_evaluate_lls(), av_tree_enumerate(), cng_decode_init(), config_input(), cook_decode_init(), dct_error(), decode_init(), encode_init(), ff_dither_alloc(), ff_init_cabac_states(), ff_pca(), ff_rac_terminate(), ff_timefilter_eval(), fill_random(), generate_dither_noise(), idct248_error(), init(), init_noise(), main(), mkv_write_attachments(), mkv_write_header(), mpc7_decode_init(), mpc8_decode_init(), roq_encode_init(), and rtmp_handshake().
Generated on Mon Nov 18 2024 06:52:07 for FFmpeg by 1.8.11