Blender
V3.3
|
Go to the source code of this file.
Functions | |
void | BLI_jitter_init (float(*jitarr)[2], int num) |
void | BLI_jitterate1 (float(*jit1)[2], float(*jit2)[2], int num, float radius1) |
void | BLI_jitterate2 (float(*jit1)[2], float(*jit2)[2], int num, float radius2) |
Definition at line 126 of file jitter_2d.c.
References BLI_jitterate1(), BLI_jitterate2(), BLI_rng_free(), BLI_rng_get_double(), BLI_rng_new(), float(), floorf, MEM_freeN, MEM_mallocN, sqrtf, and x.
Referenced by blender::compositor::PlaneDistortMaskOperation::init_execution(), blender::draw::statvis_calc_thickness(), workbench_taa_jitter_init_order(), and blender::compositor::zbuf_accumulate_vecblur().
Definition at line 18 of file jitter_2d.c.
References fabsf, floorf, len, sqrtf, x, and y.
Referenced by BLI_jitter_init(), and init_mv_jit().
Definition at line 76 of file jitter_2d.c.
References fabsf, floorf, x, and y.
Referenced by BLI_jitter_init(), and init_mv_jit().