FFmpeg
3.4.9
|
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 233 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 341 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 389 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 440 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 478 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 529 of file utvideodec.c.
|
static |
Definition at line 790 of file utvideodec.c.
|
static |
Definition at line 903 of file utvideodec.c.
AVCodec ff_utvideo_decoder |
Definition at line 912 of file utvideodec.c.