VP6 compatible video decoder. More...
#include <stdlib.h>#include "avcodec.h"#include "dsputil.h"#include "get_bits.h"#include "huffman.h"#include "vp56.h"#include "vp56data.h"#include "vp6data.h"Go to the source code of this file.
Macros | |
| #define | VP6_MAX_HUFF_SIZE 12 |
Variables | |
| AVCodec | ff_vp6_decoder |
| AVCodec | ff_vp6f_decoder |
| AVCodec | ff_vp6a_decoder |
VP6 compatible video decoder.
The VP6F decoder accepts an optional 1 byte extradata. It is composed of:
Definition in file vp6.c.
| #define VP6_MAX_HUFF_SIZE 12 |
Definition at line 41 of file vp6.c.
Referenced by vp6_build_huff_tree().
|
static |
Definition at line 503 of file vp6.c.
Referenced by vp6_filter().
|
static |
Definition at line 225 of file vp6.c.
Referenced by vp6_parse_coeff_models().
|
static |
Definition at line 165 of file vp6.c.
Referenced by vp6_default_models_init(), and vp6_parse_coeff_models().
|
static |
|
static |
|
static |
Definition at line 176 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 543 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 535 of file vp6.c.
Referenced by vp6_filter().
|
static |
Definition at line 518 of file vp6.c.
Referenced by vp6_filter().
|
static |
Read number of consecutive blocks with null DC or AC.
This value is < 74.
Definition at line 357 of file vp6.c.
Referenced by vp6_parse_coeff_huffman().
Definition at line 219 of file vp6.c.
Referenced by vp6_build_huff_tree().
|
static |
Definition at line 428 of file vp6.c.
Referenced by vp6_parse_header().
|
static |
Definition at line 369 of file vp6.c.
Referenced by vp6_parse_header().
|
static |
Definition at line 246 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 46 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 315 of file vp6.c.
Referenced by vp6_decode_init().
|
static |
Definition at line 194 of file vp6.c.
Referenced by vp6_decode_init().
| AVCodec ff_vp6_decoder |
| AVCodec ff_vp6a_decoder |
| AVCodec ff_vp6f_decoder |