|
FFmpeg
|
Ut Video decoder. More...
#include <inttypes.h>#include <stdlib.h>#include "libavutil/intreadwrite.h"#include "avcodec.h"#include "bswapdsp.h"#include "bytestream.h"#include "get_bits.h"#include "internal.h"#include "thread.h"#include "utvideo.h"Go to the source code of this file.
Macros | |
| #define | UNCHECKED_BITSTREAM_READER 1 |
| #define | VLC_BITS 11 |
Variables | |
| AVCodec | ff_utvideo_decoder |
Ut Video decoder.
Definition in file utvideodec.c.
| #define UNCHECKED_BITSTREAM_READER 1 |
Definition at line 30 of file utvideodec.c.
| #define VLC_BITS 11 |
Referenced by build_huff(), build_huff10(), decode_plane(), and decode_plane10().
Definition at line 41 of file utvideodec.c.
Referenced by decode_plane10().
Definition at line 85 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 128 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 232 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 340 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 388 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 439 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 477 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 528 of file utvideodec.c.
|
static |
Definition at line 789 of file utvideodec.c.
|
static |
Definition at line 892 of file utvideodec.c.
| AVCodec ff_utvideo_decoder |
Definition at line 901 of file utvideodec.c.
1.8.6