|
FFmpeg
|
Mandelbrot fractal renderer. More...
#include "avfilter.h"#include "formats.h"#include "video.h"#include "internal.h"#include "libavutil/imgutils.h"#include "libavutil/opt.h"#include "libavutil/parseutils.h"#include <float.h>#include <math.h>Classes | |
| struct | Point |
| struct | MBContext |
Macros | |
| #define | SQR(a) ((a)*(a)) |
| #define | OFFSET(x) offsetof(MBContext, x) |
| #define | FLAGS AV_OPT_FLAG_VIDEO_PARAM|AV_OPT_FLAG_FILTERING_PARAM |
| #define | Z_Z2_C(outr, outi, inr, ini) |
| #define | Z_Z2_C_ZYKLUS(outr, outi, inr, ini, Z) |
Typedefs | |
| typedef struct Point | Point |
| typedef struct MBContext | MBContext |
Enumerations | |
| enum | Outer { ITERATION_COUNT, NORMALIZED_ITERATION_COUNT, WHITE, OUTZ } |
| enum | Inner { BLACK, PERIOD, CONVTIME, MINCOL } |
Functions | |
| AVFILTER_DEFINE_CLASS (mandelbrot) | |
Variables | |
| AVFilter | ff_vsrc_mandelbrot |
Mandelbrot fractal renderer.
| #define Z_Z2_C | ( | outr, | |
| outi, | |||
| inr, | |||
| ini | |||
| ) |
| #define Z_Z2_C_ZYKLUS | ( | outr, | |
| outi, | |||
| inr, | |||
| ini, | |||
| Z | |||
| ) |
| AVFilter ff_vsrc_mandelbrot |
1.8.12