FFmpeg
|
#include <signature.h>
Data Fields | |
uint8_t | x |
uint8_t | y |
double | p [2] |
uint32_t | val |
Definition at line 54 of file signature.h.
uint8_t Point::x |
Definition at line 55 of file signature.h.
Referenced by get_block_size(), and get_block_sum().
uint8_t Point::y |
Definition at line 56 of file signature.h.
Referenced by get_block_size(), and get_block_sum().
double Point::p[2] |
Definition at line 56 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().
uint32_t Point::val |
Definition at line 57 of file vsrc_mandelbrot.c.
Referenced by draw_mandelbrot(), and fill_from_cache().