Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c74 int cache_allocated; member
131 s->cache_allocated = s->w * s->h * 3; in init()
133 s->point_cache= av_malloc_array(s->cache_allocated, sizeof(*s->point_cache)); in init()
134 s-> next_cache= av_malloc_array(s->cache_allocated, sizeof(*s-> next_cache)); in init()
181 if(out_cidx && *out_cidx < s->cache_allocated) in fill_from_cache()
271 if(next_cidx < s->cache_allocated){ in draw_mandelbrot()
375 if(next_cidx < s->cache_allocated){ in draw_mandelbrot()
385 if(s->cache_used == s->cache_allocated) in draw_mandelbrot()

Completed in 2 milliseconds