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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_mandelbrot.c74 int cache_allocated; member in struct:__anon3442
131 mb->cache_allocated = mb->w * mb->h * 3;
133 mb->point_cache= av_malloc_array(mb->cache_allocated, sizeof(*mb->point_cache));
134 mb-> next_cache= av_malloc_array(mb->cache_allocated, sizeof(*mb-> next_cache));
188 if(out_cidx && *out_cidx < mb->cache_allocated)
278 if(next_cidx < mb->cache_allocated){
382 if(next_cidx < mb->cache_allocated){
392 if(mb->cache_used == mb->cache_allocated)

Completed in 50 milliseconds