FFmpeg
Loading...
Searching...
No Matches
MBContext Struct Reference

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
int outer
int 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 59 of file vsrc_mandelbrot.c.

Field Documentation

◆ class

const AVClass* MBContext::class

Definition at line 60 of file vsrc_mandelbrot.c.

◆ w

int MBContext::w

Definition at line 61 of file vsrc_mandelbrot.c.

◆ h

int MBContext::h

Definition at line 61 of file vsrc_mandelbrot.c.

◆ frame_rate

AVRational MBContext::frame_rate

Definition at line 62 of file vsrc_mandelbrot.c.

◆ pts

uint64_t MBContext::pts

Definition at line 63 of file vsrc_mandelbrot.c.

◆ maxiter

int MBContext::maxiter

Definition at line 64 of file vsrc_mandelbrot.c.

◆ start_x

double MBContext::start_x

Definition at line 65 of file vsrc_mandelbrot.c.

◆ start_y

double MBContext::start_y

Definition at line 66 of file vsrc_mandelbrot.c.

◆ start_scale

double MBContext::start_scale

Definition at line 67 of file vsrc_mandelbrot.c.

◆ end_scale

double MBContext::end_scale

Definition at line 68 of file vsrc_mandelbrot.c.

◆ end_pts

double MBContext::end_pts

Definition at line 69 of file vsrc_mandelbrot.c.

◆ bailout

double MBContext::bailout

Definition at line 70 of file vsrc_mandelbrot.c.

◆ outer

int MBContext::outer

Definition at line 71 of file vsrc_mandelbrot.c.

◆ inner

int MBContext::inner

Definition at line 72 of file vsrc_mandelbrot.c.

◆ cache_allocated

int MBContext::cache_allocated

Definition at line 73 of file vsrc_mandelbrot.c.

◆ cache_used

int MBContext::cache_used

Definition at line 74 of file vsrc_mandelbrot.c.

◆ point_cache

Point* MBContext::point_cache

Definition at line 75 of file vsrc_mandelbrot.c.

◆ next_cache

Point* MBContext::next_cache

Definition at line 76 of file vsrc_mandelbrot.c.

◆ zyklus

double(* MBContext::zyklus)[2]

Definition at line 77 of file vsrc_mandelbrot.c.

◆ dither

uint32_t MBContext::dither

Definition at line 78 of file vsrc_mandelbrot.c.

◆ morphxf

double MBContext::morphxf

Definition at line 80 of file vsrc_mandelbrot.c.

◆ morphyf

double MBContext::morphyf

Definition at line 81 of file vsrc_mandelbrot.c.

◆ morphamp

double MBContext::morphamp

Definition at line 82 of file vsrc_mandelbrot.c.


The documentation for this struct was generated from the following file: