FFmpeg
|
#include <stdlib.h>
#include <string.h>
#include "avcodec.h"
#include "internal.h"
#include "vp56.h"
#include "vp56data.h"
#include "vp5data.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) |
Variables | |
AVCodec | ff_vp5_decoder |
VP5 compatible video decoder
Definition in file vp5.c.
Definition at line 37 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 87 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 111 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 134 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 181 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
Definition at line 265 of file vp5.c.
Referenced by vp5_decode_init().
|
static |
AVCodec ff_vp5_decoder |