FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "copy_block.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | PAFVideoDecContext |
Functions | |
static av_cold int | paf_video_close (AVCodecContext *avctx) |
static av_cold int | paf_video_init (AVCodecContext *avctx) |
static void | read4x4block (PAFVideoDecContext *c, uint8_t *dst, int width) |
static void | copy_color_mask (uint8_t *dst, int width, uint8_t mask, uint8_t color) |
static void | copy_src_mask (uint8_t *dst, int width, uint8_t mask, const uint8_t *src) |
static void | set_src_position (PAFVideoDecContext *c, const uint8_t **p, const uint8_t **pend) |
static int | decode_0 (PAFVideoDecContext *c, uint8_t *pkt, uint8_t code) |
static int | paf_video_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
Variables | |
static const uint8_t | block_sequences [16][8] |
AVCodec | ff_paf_video_decoder |
|
static |
Definition at line 64 of file pafvideo.c.
Referenced by paf_video_init().
|
static |
Definition at line 77 of file pafvideo.c.
|
static |
Definition at line 111 of file pafvideo.c.
Referenced by decode_0().
Definition at line 121 of file pafvideo.c.
Referenced by decode_0().
Definition at line 133 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 145 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 158 of file pafvideo.c.
Referenced by paf_video_decode().
|
static |
Definition at line 263 of file pafvideo.c.
|
static |
Definition at line 30 of file pafvideo.c.
Referenced by decode_0().
AVCodec ff_paf_video_decoder |
Definition at line 387 of file pafvideo.c.