|
FFmpeg
2.1.1
|
#include "libavutil/bprint.h"#include "libavutil/imgutils.h"#include "avcodec.h"#include "bytestream.h"#include "internal.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) |
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] |
| AVCodec | ff_png_decoder |
| #define UNROLL1 | ( | bpp, | |
| op | |||
| ) |
| #define UNROLL_FILTER | ( | op | ) |
Definition at line 203 of file pngdec.c.
Referenced by png_filter_row().
Referenced by png_filter_row().
Referenced by png_filter_row().
| #define YUV2RGB | ( | NAME, | |
| TYPE | |||
| ) |
|
static |
Definition at line 90 of file pngdec.c.
Referenced by png_handle_row().
Definition at line 160 of file pngdec.c.
Referenced by ff_pngdsp_init(), and png_filter_row().
|
static |
Definition at line 213 of file pngdec.c.
Referenced by png_handle_row().
|
static |
Definition at line 282 of file pngdec.c.
Referenced by png_decode_idat().
|
static |
Definition at line 363 of file pngdec.c.
Referenced by decode_frame().
Definition at line 392 of file pngdec.c.
Referenced by decode_text_chunk().
Definition at line 436 of file pngdec.c.
Referenced by decode_text_chunk().
|
static |
Definition at line 460 of file pngdec.c.
Referenced by decode_frame().
|
static |
|
static |
|
static |
|
static |
Definition at line 73 of file pngdec.c.
Referenced by png_put_interlaced_row().
Definition at line 78 of file pngdec.c.
Referenced by png_handle_row().
Definition at line 83 of file pngdec.c.
Referenced by png_put_interlaced_row().
| AVCodec ff_png_decoder |
1.8.5