| FFmpeg
    | 

| Data Fields | |
| const AVClass * | class | 
| int | w | 
| int | h | 
| AVRational | frame_rate | 
| uint64_t | pts | 
| int | maxiter | 
| double | start_x | 
| double | start_y | 
| double | start_scale | 
| double | end_scale | 
| double | end_pts | 
| double | bailout | 
| enum Outer | outer | 
| enum Inner | inner | 
| int | cache_allocated | 
| int | cache_used | 
| Point * | point_cache | 
| Point * | next_cache | 
| double(* | zyklus )[2] | 
| uint32_t | dither | 
| double | morphxf | 
| double | morphyf | 
| double | morphamp | 
Detailed Description
Definition at line 60 of file vsrc_mandelbrot.c.
Field Documentation
| double MBContext::bailout | 
Definition at line 71 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and init().
| int MBContext::cache_allocated | 
Definition at line 74 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and init().
| int MBContext::cache_used | 
Definition at line 75 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), fill_from_cache(), and init().
| const AVClass* MBContext::class | 
Definition at line 61 of file vsrc_mandelbrot.c.
| uint32_t MBContext::dither | 
Definition at line 79 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| double MBContext::end_pts | 
Definition at line 70 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| double MBContext::end_scale | 
Definition at line 69 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and init().
| AVRational MBContext::frame_rate | 
Definition at line 63 of file vsrc_mandelbrot.c.
Referenced by config_props().
| int MBContext::h | 
Definition at line 62 of file vsrc_mandelbrot.c.
Referenced by config_props(), draw_mandelbrot(), init(), interpol(), and request_frame().
| enum Inner MBContext::inner | 
Definition at line 73 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| int MBContext::maxiter | 
Definition at line 65 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and init().
| double MBContext::morphamp | 
Definition at line 83 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
| double MBContext::morphxf | 
Definition at line 81 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| double MBContext::morphyf | 
Definition at line 82 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| Point* MBContext::next_cache | 
Definition at line 77 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
| enum Outer MBContext::outer | 
Definition at line 72 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| Point* MBContext::point_cache | 
Definition at line 76 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), fill_from_cache(), init(), and uninit().
| uint64_t MBContext::pts | 
Definition at line 64 of file vsrc_mandelbrot.c.
Referenced by request_frame().
| double MBContext::start_scale | 
Definition at line 68 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and init().
| double MBContext::start_x | 
Definition at line 66 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
| double MBContext::start_y | 
Definition at line 67 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot().
| int MBContext::w | 
Definition at line 62 of file vsrc_mandelbrot.c.
Referenced by config_props(), draw_mandelbrot(), fill_from_cache(), init(), interpol(), and request_frame().
| double(* MBContext::zyklus)[2] | 
Definition at line 78 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), init(), and uninit().
The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 2025 06:56:26 for FFmpeg by
 1.8.11
 1.8.11