| FFmpeg
    | 
#include "libavutil/imgutils.h"#include "libavutil/mem.h"#include "avcodec.h"#include "bytestream.h"#include "copy_block.h"#include "codec_internal.h"#include "decode.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 67 of file pafvideo.c.
| 
 | static | 
Definition at line 80 of file pafvideo.c.
| 
 | static | 
Definition at line 116 of file pafvideo.c.
Referenced by decode_0().
| 
 | static | 
Definition at line 126 of file pafvideo.c.
Referenced by decode_0().
| 
 | static | 
Definition at line 138 of file pafvideo.c.
Referenced by decode_0().
| 
 | static | 
Definition at line 150 of file pafvideo.c.
Referenced by decode_0().
| 
 | static | 
Definition at line 163 of file pafvideo.c.
Referenced by paf_video_decode().
| 
 | static | 
Definition at line 272 of file pafvideo.c.
| 
 | static | 
Definition at line 32 of file pafvideo.c.
Referenced by decode_0().
| const FFCodec ff_paf_video_decoder | 
Definition at line 416 of file pafvideo.c.
 1.8.17
 1.8.17