FFmpeg
|
#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 | CACHED_BITSTREAM_READER !ARCH_X86_32 |
#define | UNCHECKED_BITSTREAM_READER 1 |
#define | VLC_BITS 11 |
Variables | |
AVCodec | ff_utvideo_decoder |
Ut Video decoder
Definition in file utvideodec.c.
#define CACHED_BITSTREAM_READER !ARCH_X86_32 |
Definition at line 30 of file utvideodec.c.
#define UNCHECKED_BITSTREAM_READER 1 |
Definition at line 31 of file utvideodec.c.
#define VLC_BITS 11 |
Definition at line 43 of file utvideodec.c.
Referenced by decode_plane10().
Definition at line 87 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 130 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 233 of file utvideodec.c.
Referenced by decode_plane().
|
static |
Definition at line 243 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 397 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 449 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 504 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 545 of file utvideodec.c.
Referenced by decode_frame().
|
static |
Definition at line 600 of file utvideodec.c.
|
static |
Definition at line 914 of file utvideodec.c.
|
static |
Definition at line 1071 of file utvideodec.c.
AVCodec ff_utvideo_decoder |
Definition at line 1080 of file utvideodec.c.