Home
last modified time | relevance | path

Searched refs:point_cache (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c76 Point *point_cache; member
133 s->point_cache= av_malloc_array(s->cache_allocated, sizeof(*s->point_cache)); in init()
137 if (!s->point_cache || !s->next_cache || !s->zyklus) in init()
147 av_freep(&s->point_cache); in uninit()
173 Point *p= &s->point_cache[*in_cidx]; in fill_from_cache()
383 FFSWAP(void*, s->next_cache, s->point_cache); in draw_mandelbrot()

Completed in 2 milliseconds