Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/gst/effectv/
Dgstaging.c99 c_tmp -= (gint) (fastrand ()) >> 28; in coloraging()
110 ((fastrand () >> 8) & 0x101010); in coloraging()
145 y2 = fastrand () % height; in scratching()
155 if ((fastrand () & 0xf0000000) == 0) { in scratching()
156 scratch->life = 2 + (fastrand () >> 27); in scratching()
157 scratch->x = fastrand () % (width * 256); in scratching()
158 scratch->dx = ((int) fastrand ()) >> 23; in scratching()
159 scratch->init = (fastrand () % (height - 1)) + 1; in scratching()
175 if ((fastrand () & 0xf0000000) == 0) { in dusts()
176 *dust_interval = fastrand () >> 29; in dusts()
[all …]
Dgstripple.c230 x = fastrand () % (map_w - 4) + 2; in drop()
231 y = fastrand () % (map_h - 4) + 2; in drop()
252 filter->period = (fastrand () >> 23) + 100; in raindrop()
255 filter->drop_power = (-(fastrand () >> 28) - 2) << point; in raindrop()
256 filter->drops_per_frame_max = 2 << (fastrand () >> 30); // 2,4,8 or 16 in raindrop()
267 filter->period = (fastrand () >> 22) + 1000; in raindrop()
277 filter->period = (fastrand () >> 24) + 60; in raindrop()
283 filter->period = (fastrand () >> 23) + 500; in raindrop()
295 if ((fastrand () >> 8) < filter->drop_prob) { in raindrop()
Dgstshagadelic.c152 filter->rx = fastrand () % width; in gst_shagadelic_initialize()
153 filter->ry = fastrand () % height; in gst_shagadelic_initialize()
154 filter->bx = fastrand () % width; in gst_shagadelic_initialize()
155 filter->by = fastrand () % height; in gst_shagadelic_initialize()
Dgsteffectv.h40 fastrand (void) in fastrand() function
Dgstquark.c141 rand = planetable[(current_plane + (fastrand () >> 24)) % planes]; in gst_quarktv_transform_frame()
Dgstdice.c225 filter->dicemap[i] = (fastrand () >> 24) & 0x03; in gst_dicetv_create_map()
/third_party/skia/third_party/externals/harfbuzz/src/
Dfailing-alloc.c31 static int fastrand () in fastrand() function
41 return (fastrand () % 16) ? malloc (size) : NULL; in hb_malloc_impl()
46 return (fastrand () % 16) ? calloc (nmemb, size) : NULL; in hb_calloc_impl()
51 return (fastrand () % 16) ? realloc (ptr, size) : NULL; in hb_realloc_impl()
/third_party/libuv/test/
Dbenchmark-queue-work.c29 static unsigned fastrand(void) { in fastrand() function
37 *(unsigned*)req->data = fastrand(); in work_cb()
Dbenchmark-million-async.c36 static unsigned fastrand(void) { in fastrand() function
47 i = fastrand() % ARRAY_SIZE(container->async_handles); in thread_cb()
/third_party/rust/crates/bindgen/
DCargo.lock246 name = "fastrand"
697 "fastrand",
/third_party/gstreamer/gstplugins_good/
DChangeLog155886 (gst_quarktv_get_unit_size), (fastrand),