FFmpeg
4.3.8
|
#include <stdint.h>
#include "libavutil/imgutils.h"
#include "libavutil/intmath.h"
#include "libavutil/opt.h"
#include "avcodec.h"
#include "bytestream.h"
#include "get_bits.h"
#include "internal.h"
#include "thread.h"
#include "unary.h"
Go to the source code of this file.
Data Structures | |
struct | SubBand |
struct | PixletContext |
Macros | |
#define | NB_LEVELS 4 |
#define | PIXLET_MAGIC 0xDEADBEEF |
#define | H 0 |
#define | V 1 |
Variables | |
AVCodec | ff_pixlet_decoder |
#define NB_LEVELS 4 |
Definition at line 35 of file pixlet.c.
Referenced by init_decoder(), pixlet_decode_frame(), and reconstruction().
#define PIXLET_MAGIC 0xDEADBEEF |
Definition at line 37 of file pixlet.c.
Referenced by read_highpass().
#define H 0 |
Definition at line 39 of file pixlet.c.
Referenced by decode_plane().
#define V 1 |
Definition at line 40 of file pixlet.c.
Referenced by decode_plane().
|
static |
|
static |
Definition at line 71 of file pixlet.c.
Referenced by pixlet_close(), and pixlet_decode_frame().
|
static |
|
static |
Definition at line 89 of file pixlet.c.
Referenced by pixlet_decode_frame().
|
static |
Definition at line 124 of file pixlet.c.
Referenced by decode_plane().
|
static |
Definition at line 199 of file pixlet.c.
Referenced by read_highpass().
|
static |
Definition at line 314 of file pixlet.c.
Referenced by decode_plane().
|
static |
Definition at line 357 of file pixlet.c.
Referenced by decode_plane().
Definition at line 377 of file pixlet.c.
Referenced by reconstruction().
|
static |
Definition at line 422 of file pixlet.c.
Referenced by decode_plane().
Definition at line 465 of file pixlet.c.
Referenced by pixlet_decode_frame().
Definition at line 487 of file pixlet.c.
Referenced by pixlet_decode_frame().
|
static |
Definition at line 511 of file pixlet.c.
Referenced by pixlet_decode_frame().
|
static |
AVCodec ff_pixlet_decoder |