Searched refs:in_cidx (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | vsrc_mandelbrot.c | 168 static void fill_from_cache(AVFilterContext *ctx, uint32_t *color, int *in_cidx, int *out_cidx, double py, double scale){ in fill_from_cache() argument 172 for(; *in_cidx < s->cache_used; (*in_cidx)++){ in fill_from_cache() 173 Point *p= &s->point_cache[*in_cidx]; in fill_from_cache() 243 int x,y,i, in_cidx=0, next_cidx=0, tmp_cidx; in draw_mandelbrot() local 246 fill_from_cache(ctx, NULL, &in_cidx, NULL, s->start_y+scale*(-s->h/2-0.5), scale); in draw_mandelbrot() 247 tmp_cidx= in_cidx; in draw_mandelbrot() 252 fill_from_cache(ctx, NULL, &in_cidx, &next_cidx, ci, scale); in draw_mandelbrot() 381 fill_from_cache(ctx, NULL, &in_cidx, &next_cidx, ci + scale/2, scale); in draw_mandelbrot()
|
Completed in 2 milliseconds