|
FFmpeg
|
ClearVideo decoder. More...
#include "avcodec.h"#include "bytestream.h"#include "get_bits.h"#include "idctdsp.h"#include "internal.h"#include "mathops.h"#include "clearvideodata.h"Go to the source code of this file.
Data Structures | |
| struct | LevelCodes |
| struct | MV |
| struct | MVInfo |
| struct | TileInfo |
| struct | CLVContext |
Macros | |
| #define | DCT_TEMPLATE(blk, step, bias, shift, dshift, OP) |
| #define | ROP(x) x |
| #define | COP(x) (((x) + 4) >> 3) |
Variables | |
| static const MV | zero_mv = { 0 } |
| AVCodec | ff_clearvideo_decoder |
ClearVideo decoder.
Definition in file clearvideo.c.
| #define ROP | ( | x | ) | x |
Definition at line 154 of file clearvideo.c.
Referenced by clv_dct().
| #define COP | ( | x | ) | (((x) + 4) >> 3) |
Definition at line 155 of file clearvideo.c.
Referenced by clv_dct().
|
inlinestatic |
Definition at line 83 of file clearvideo.c.
Referenced by decode_mb().
|
static |
Definition at line 157 of file clearvideo.c.
Referenced by decode_mb().
|
static |
Definition at line 175 of file clearvideo.c.
Referenced by clv_decode_frame().
|
static |
Definition at line 222 of file clearvideo.c.
Referenced by clv_decode_frame(), and tile_do_block().
|
static |
Definition at line 258 of file clearvideo.c.
Referenced by tile_do_block().
Definition at line 296 of file clearvideo.c.
Referenced by clv_decode_frame().
Definition at line 342 of file clearvideo.c.
Referenced by clv_decode_frame().
Definition at line 352 of file clearvideo.c.
Referenced by clv_decode_frame().
|
static |
Definition at line 362 of file clearvideo.c.
Referenced by clv_decode_frame().
|
static |
Definition at line 415 of file clearvideo.c.
Referenced by restore_tree().
|
static |
Definition at line 429 of file clearvideo.c.
Referenced by clv_decode_frame().
Definition at line 460 of file clearvideo.c.
Referenced by clv_decode_frame().
|
static |
Definition at line 499 of file clearvideo.c.
|
static |
Definition at line 646 of file clearvideo.c.
|
static |
Definition at line 872 of file clearvideo.c.
|
static |
Definition at line 47 of file clearvideo.c.
Referenced by mvi_predict().
| AVCodec ff_clearvideo_decoder |
Definition at line 901 of file clearvideo.c.
1.8.6