FFmpeg
|
#include "libavutil/imgutils.h"
#include "avcodec.h"
#include "bytestream.h"
#include "copy_block.h"
#include "codec_internal.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, const uint8_t *pkt, uint8_t code) |
static int | paf_video_decode (AVCodecContext *avctx, AVFrame *rframe, int *got_frame, AVPacket *pkt) |
Variables | |
static const uint8_t | block_sequences [16][8] |
const FFCodec | ff_paf_video_decoder |
|
static |
Definition at line 66 of file pafvideo.c.
|
static |
Definition at line 79 of file pafvideo.c.
|
static |
Definition at line 115 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 125 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 137 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 149 of file pafvideo.c.
Referenced by decode_0().
|
static |
Definition at line 162 of file pafvideo.c.
Referenced by paf_video_decode().
|
static |
Definition at line 271 of file pafvideo.c.
|
static |
Definition at line 31 of file pafvideo.c.
Referenced by decode_0().
const FFCodec ff_paf_video_decoder |
Definition at line 411 of file pafvideo.c.