FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/crc.h"
#include "libavutil/opt.h"
#include "libavutil/imgutils.h"
#include "libavutil/pixdesc.h"
#include "avcodec.h"
#include "codec_internal.h"
#include "get_bits.h"
#include "rangecoder.h"
#include "golomb.h"
#include "mathops.h"
#include "ffv1.h"
#include "thread.h"
#include "threadframe.h"
#include "ffv1dec_template.c"
Go to the source code of this file.
Macros | |
#define | TYPE int16_t |
#define | RENAME(name) name |
#define | TYPE int32_t |
#define | RENAME(name) name ## 32 |
Variables | |
const FFCodec | ff_ffv1_decoder |
FF Video Codec 1 (a lossless codec) decoder
Definition in file ffv1dec.c.
|
inlinestatic |
Definition at line 43 of file ffv1dec.c.
Referenced by decode_line_TMPL(), and get_symbol().
|
static |
Definition at line 67 of file ffv1dec.c.
Referenced by decode_header(), decode_q_branch(), decode_qlogs(), decode_slice_header(), read_extra_header(), read_header(), and read_quant_table().
|
inlinestatic |
Definition at line 72 of file ffv1dec.c.
Referenced by decode_line_TMPL().
|
static |
Definition at line 97 of file ffv1dec.c.
Referenced by decode_line_TMPL().
|
static |
Definition at line 120 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 166 of file ffv1dec.c.
Referenced by decode_slice().
|
static |
Definition at line 248 of file ffv1dec.c.
Referenced by decode_frame(), and dxtory_decode_v2().
|
static |
Definition at line 370 of file ffv1dec.c.
Referenced by read_quant_tables().
|
static |
Definition at line 397 of file ffv1dec.c.
Referenced by read_extra_header(), and read_header().
|
static |
Definition at line 415 of file ffv1dec.c.
Referenced by decode_init().
|
static |
Definition at line 532 of file ffv1dec.c.
Referenced by decode_frame(), and mjpegb_decode_frame().
|
static |
|
static |
|
static |
const FFCodec ff_ffv1_decoder |