#include <png.h>
Data Fields | |
GetByteContext | gb |
AVFrame | picture1 |
AVFrame | picture2 |
AVFrame * | current_picture |
AVFrame * | last_picture |
int | state |
int | width |
int | height |
int | bit_depth |
int | color_type |
int | compression_type |
int | interlace_type |
int | filter_type |
int | channels |
int | bits_per_pixel |
int | bpp |
uint8_t * | image_buf |
int | image_linesize |
uint32_t | palette [256] |
uint8_t * | crow_buf |
uint8_t * | last_row |
uint8_t * | tmp_row |
int | pass |
int | crow_size |
int | row_size |
int | pass_row_size |
int | y |
z_stream | zstream |
void(* | add_bytes_l2 )(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w) |
void(* | add_paeth_prediction )(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp) |
Definition at line 76 of file png.h.
void(* PNGDecContext::add_bytes_l2)(uint8_t *dst, uint8_t *src1, uint8_t *src2, int w) |
Referenced by ff_png_init_mmx(), png_dec_init(), and png_filter_row().
void(* PNGDecContext::add_paeth_prediction)(uint8_t *dst, uint8_t *src, uint8_t *top, int w, int bpp) |
Referenced by ff_png_init_mmx(), png_dec_init(), and png_filter_row().
uint8_t* PNGDecContext::crow_buf |
Definition at line 95 of file png.h.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
Definition at line 99 of file png.h.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
uint8_t* PNGDecContext::image_buf |
uint8_t* PNGDecContext::last_row |
uint32_t PNGDecContext::palette[256] |
Definition at line 81 of file png.h.
Referenced by decode_frame(), png_decode_idat(), and png_handle_row().
uint8_t* PNGDecContext::tmp_row |
int PNGDecContext::y |
z_stream PNGDecContext::zstream |