FFmpeg
|
#include <string.h>
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "vp56.h"
#include "vp56data.h"
#include "vp5data.h"
#include "vpx_rac.h"
Go to the source code of this file.
Functions | |
static int | vp5_parse_header (VP56Context *s, const uint8_t *buf, int buf_size) |
static void | vp5_parse_vector_adjustment (VP56Context *s, VP56mv *vect) |
static void | vp5_parse_vector_models (VP56Context *s) |
static int | vp5_parse_coeff_models (VP56Context *s) |
static int | vp5_parse_coeff (VP56Context *s) |
static void | vp5_default_models_init (VP56Context *s) |
static av_cold int | vp5_decode_init (AVCodecContext *avctx) |
static av_cold int | vp56_free (AVCodecContext *avctx) |
Variables | |
const FFCodec | ff_vp5_decoder |
VP5 compatible video decoder
Definition in file vp5.c.
|
static |
Definition at line 38 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 88 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 112 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 135 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 182 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 266 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
|
static |
const FFCodec ff_vp5_decoder |