FFmpeg
|
#include "config_components.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "decode.h"
#include "get_bits.h"
#include "hwaccel_internal.h"
#include "hwconfig.h"
#include "profiles.h"
#include "refstruct.h"
#include "thread.h"
#include "threadframe.h"
#include "pthread_internal.h"
#include "videodsp.h"
#include "vp89_rac.h"
#include "vp9.h"
#include "vp9data.h"
#include "vp9dec.h"
#include "vpx_rac.h"
#include "libavutil/avassert.h"
#include "libavutil/pixdesc.h"
#include "libavutil/video_enc_params.h"
Go to the source code of this file.
Macros | |
#define | VP9_SYNCCODE 0x498342 |
#define | HWACCEL_MAX |
#define | assign(var, type, n) var = (type) p; p += s->sb_cols * (n) * sizeof(*var) |
Variables | |
const FFCodec | ff_vp9_decoder |
#define HWACCEL_MAX |
|
static |
Definition at line 90 of file vp9.c.
Referenced by decode_frame_header().
|
static |
Definition at line 93 of file vp9.c.
Referenced by decode_frame_header(), free_buffers(), update_block_buffers(), and update_size().
|
static |
Definition at line 100 of file vp9.c.
Referenced by vp9_decode_flush(), vp9_decode_frame(), vp9_decode_free(), and vp9_frame_alloc().
|
static |
Definition at line 108 of file vp9.c.
Referenced by vp9_decode_frame().
Definition at line 149 of file vp9.c.
Referenced by vp9_decode_frame().
|
static |
Definition at line 169 of file vp9.c.
Referenced by decode_frame_header().
|
static |
Definition at line 310 of file vp9.c.
Referenced by vp9_decode_frame().
|
static |
Definition at line 371 of file vp9.c.
Referenced by decode_frame_header().
|
static |
Definition at line 377 of file vp9.c.
Referenced by update_prob().
|
static |
Definition at line 387 of file vp9.c.
Referenced by decode_frame_header().
|
static |
Definition at line 445 of file vp9.c.
Referenced by decode_frame_header().
|
static |
Definition at line 507 of file vp9.c.
Referenced by vp9_decode_frame().
|
static |
Definition at line 1098 of file vp9.c.
Referenced by decode_tiles().
|
static |
Definition at line 1177 of file vp9.c.
Referenced by decode_tiles().
Definition at line 1226 of file vp9.c.
Referenced by decode_tiles().
|
static |
Definition at line 1234 of file vp9.c.
Referenced by vp9_decode_free().
|
static |
|
static |
Definition at line 1269 of file vp9.c.
Referenced by vp9_decode_frame().
|
static |
Definition at line 1508 of file vp9.c.
Referenced by vp9_decode_frame().
|
static |
|
static |
|
static |