FFmpeg
4.0
|
Ut Video decoder. More...
#include <inttypes.h>
#include <stdlib.h>
#include "libavutil/intreadwrite.h"
#include "libavutil/pixdesc.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 42 of file utvideodec.c.
Referenced by decode_plane10().
Definition at line 86 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 129 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 232 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 242 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 396 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 448 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 503 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 544 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 599 of file utvideodec.c.
|
static |
Definition at line 913 of file utvideodec.c.
|
static |
Definition at line 1070 of file utvideodec.c.
AVCodec ff_utvideo_decoder |
Definition at line 1079 of file utvideodec.c.