FFmpeg  4.0
Data Fields
Point Struct Reference

#include <libavfilter/signature.h>

Data Fields

uint8_t x
 
uint8_t y
 
double p [2]
 
uint32_t val
 

Detailed Description

Definition at line 54 of file signature.h.

Field Documentation

◆ x

uint8_t Point::x

Definition at line 55 of file signature.h.

Referenced by draw_mandelbrot(), fill_from_cache(), get_block_size(), and get_block_sum().

◆ y

uint8_t Point::y

Definition at line 56 of file signature.h.

Referenced by draw_mandelbrot(), get_block_size(), and get_block_sum().

◆ p

double Point::p[2]

Definition at line 56 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().

◆ val

uint32_t Point::val

Definition at line 57 of file vsrc_mandelbrot.c.

Referenced by draw_mandelbrot(), and fill_from_cache().


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