Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
H A Dvsrc_mandelbrot.c243 int x,y,i, in_cidx=0, next_cidx=0, tmp_cidx; in draw_mandelbrot() local
252 fill_from_cache(ctx, NULL, &in_cidx, &next_cidx, ci, scale); in draw_mandelbrot()
271 if(next_cidx < s->cache_allocated){ in draw_mandelbrot()
272 s->next_cache[next_cidx ].p[0]= cr; in draw_mandelbrot()
273 s->next_cache[next_cidx ].p[1]= ci; in draw_mandelbrot()
274 s->next_cache[next_cidx++].val = color[x + y*linesize]; in draw_mandelbrot()
375 if(next_cidx < s->cache_allocated){ in draw_mandelbrot()
376 s->next_cache[next_cidx ].p[0]= cr; in draw_mandelbrot()
377 s->next_cache[next_cidx ].p[1]= ci; in draw_mandelbrot()
378 s->next_cache[next_cidx in draw_mandelbrot()
[all...]

Completed in 1 milliseconds