FFmpeg
|
#include "libavutil/bprint.h"
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
#include "apng.h"
#include "png.h"
#include "pngdsp.h"
#include "thread.h"
#include <zlib.h>
Go to the source code of this file.
Data Structures | |
struct | PNGDecContext |
Macros | |
#define | UNROLL1(bpp, op) |
#define | UNROLL_FILTER(op) |
#define | OP_SUB(x, s, l) ((x) + (s)) |
#define | OP_AVG(x, s, l) (((((x) + (l)) >> 1) + (s)) & 0xff) |
#define | YUV2RGB(NAME, TYPE) |
#define | FAST_DIV255(x) ((((x) + 128) * 257) >> 16) |
Variables | |
static const uint8_t | png_pass_mask [NB_PASSES] |
static const uint8_t | png_pass_dsp_ymask [NB_PASSES] |
static const uint8_t | png_pass_dsp_mask [NB_PASSES] |
#define UNROLL1 | ( | bpp, | |
op | |||
) |
#define UNROLL_FILTER | ( | op | ) |
Referenced by png_filter_row().
Referenced by png_filter_row().
#define YUV2RGB | ( | NAME, | |
TYPE | |||
) |
#define FAST_DIV255 | ( | x | ) | ((((x) + 128) * 257) >> 16) |
Definition at line 887 of file pngdec.c.
Referenced by handle_p_frame_apng().
|
static |
Definition at line 99 of file pngdec.c.
Referenced by png_handle_row().
Definition at line 169 of file pngdec.c.
Referenced by ff_pngdsp_init(), and png_filter_row().
|
static |
Definition at line 235 of file pngdec.c.
Referenced by png_handle_row().
|
static |
Definition at line 307 of file pngdec.c.
Referenced by png_decode_idat().
|
static |
Definition at line 388 of file pngdec.c.
Referenced by decode_idat_chunk().
Definition at line 418 of file pngdec.c.
Referenced by decode_text_chunk().
Definition at line 462 of file pngdec.c.
Referenced by decode_text_chunk().
|
static |
Definition at line 486 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 534 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 573 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 589 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 697 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 720 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 741 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 814 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 869 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
Definition at line 889 of file pngdec.c.
Referenced by decode_frame_common().
|
static |
|
static |
|
static |
|
static |
Definition at line 82 of file pngdec.c.
Referenced by png_put_interlaced_row().
Definition at line 87 of file pngdec.c.
Referenced by png_handle_row().
Definition at line 92 of file pngdec.c.
Referenced by png_put_interlaced_row().