FFmpeg
|
#include "libavutil/intreadwrite.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/paf.h"
#include "bytestream.h"
#include "avcodec.h"
#include "internal.h"
Go to the source code of this file.
Data Structures | |
struct | PAFVideoDecContext |
struct | PAFAudioDecContext |
Functions | |
static av_cold int | paf_vid_init (AVCodecContext *avctx) |
static int | get_video_page_offset (AVCodecContext *avctx, uint8_t a, uint8_t b) |
static void | copy4h (AVCodecContext *avctx, uint8_t *dst) |
static void | copy_color_mask (AVCodecContext *avctx, uint8_t mask, uint8_t *dst, uint8_t color) |
static void | copy_src_mask (AVCodecContext *avctx, uint8_t mask, uint8_t *dst, const uint8_t *src) |
static int | decode_0 (AVCodecContext *avctx, uint8_t code, uint8_t *pkt) |
static int | paf_vid_decode (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt) |
static av_cold int | paf_vid_close (AVCodecContext *avctx) |
static av_cold int | paf_aud_init (AVCodecContext *avctx) |
static int | paf_aud_decode (AVCodecContext *avctx, void *data, int *got_frame_ptr, AVPacket *pkt) |
Variables | |
static const uint8_t | block_sequences [16][8] |
AVCodec | ff_paf_video_decoder |
AVCodec | ff_paf_audio_decoder |
|
static |
|
static |
Definition at line 86 of file paf.c.
Referenced by decode_0().
|
static |
Definition at line 96 of file paf.c.
Referenced by decode_0().
|
static |
Definition at line 107 of file paf.c.
Referenced by decode_0().
|
static |
Definition at line 119 of file paf.c.
Referenced by decode_0().
|
static |
Definition at line 131 of file paf.c.
Referenced by paf_vid_decode().
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 30 of file paf.c.
Referenced by decode_0().
AVCodec ff_paf_video_decoder |
AVCodec ff_paf_audio_decoder |